1
0
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:
Lars Ingebrigtsen 2022-04-11 12:12:41 +02:00
parent 7140b1e82d
commit 7d5d0abd2d

View File

@ -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