aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2022-04-11 12:12:41 +0200
committerLars Ingebrigtsen2022-04-11 12:12:49 +0200
commit7d5d0abd2d5a29cb1a5ea18298d49690fe60dc6f (patch)
treeeceec7d8edb43872c34248b3ce168de73259bba5
parent7140b1e82d7d20c59ee8e0d7a47f6608cb60cb0c (diff)
downloademacs-7d5d0abd2d5a29cb1a5ea18298d49690fe60dc6f.tar.gz
emacs-7d5d0abd2d5a29cb1a5ea18298d49690fe60dc6f.zip
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 @@
98(require 'comint) 98(require 'comint)
99(require 'pcomplete) 99(require 'pcomplete)
100(eval-when-compile (require 'files-x)) ;with-connection-local-variables 100(eval-when-compile (require 'files-x)) ;with-connection-local-variables
101(require 'subr-x)
101 102
102;;; Customization and Buffer Variables 103;;; Customization and Buffer Variables
103 104