projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7140b1e
)
Ensure shell.el loading properly
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 11 Apr 2022 10:12:41 +0000
(12:12 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 11 Apr 2022 10:12:49 +0000
(12:12 +0200)
* lisp/shell.el (subr-x): Require for string-chop-newline
(bug#54834).
lisp/shell.el
patch
|
blob
|
history
diff --git
a/lisp/shell.el
b/lisp/shell.el
index 008fcc4c4e89f83f050144e5576141cb78b85db9..a9990f5d5514cf56be0b2b83b760191626dd54dc 100644
(file)
--- a/
lisp/shell.el
+++ b/
lisp/shell.el
@@
-98,6
+98,7
@@
(require 'comint)
(require 'pcomplete)
(eval-when-compile (require 'files-x)) ;with-connection-local-variables
+(require 'subr-x)
;;; Customization and Buffer Variables