emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 7d5d0abd2d: Ensure shell.el loading properly


From: Lars Ingebrigtsen
Subject: master 7d5d0abd2d: Ensure shell.el loading properly
Date: Mon, 11 Apr 2022 06:12:55 -0400 (EDT)

branch: master
commit 7d5d0abd2d5a29cb1a5ea18298d49690fe60dc6f
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 008fcc4c4e..a9990f5d55 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]