summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-04-11 12:12:41 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-04-11 12:12:49 +0200
commit7d5d0abd2d5a29cb1a5ea18298d49690fe60dc6f (patch)
treeeceec7d8edb43872c34248b3ce168de73259bba5
parent7140b1e82d7d20c59ee8e0d7a47f6608cb60cb0c (diff)
downloademacs-7d5d0abd2d5a29cb1a5ea18298d49690fe60dc6f.tar.gz
Ensure shell.el loading properly
* lisp/shell.el (subr-x): Require for string-chop-newline (bug#54834).
-rw-r--r--lisp/shell.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/shell.el b/lisp/shell.el
index 008fcc4c4e8..a9990f5d551 100644
--- 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