mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
Ensure shell.el loading properly
* lisp/shell.el (subr-x): Require for string-chop-newline (bug#54834).
This commit is contained in:
parent
7140b1e82d
commit
7d5d0abd2d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user