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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue