From 7d5d0abd2d5a29cb1a5ea18298d49690fe60dc6f Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 11 Apr 2022 12:12:41 +0200 Subject: [PATCH] Ensure shell.el loading properly * lisp/shell.el (subr-x): Require for string-chop-newline (bug#54834). --- lisp/shell.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5