emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/shell-command+ 4cab97e97b 02/13: Note why shell-command


From: ELPA Syncer
Subject: [elpa] externals/shell-command+ 4cab97e97b 02/13: Note why shell-command+-features is rebound
Date: Thu, 25 Aug 2022 09:57:58 -0400 (EDT)

branch: externals/shell-command+
commit 4cab97e97be602f047cd31e360405d45a92e657c
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Note why shell-command+-features is rebound
---
 shell-command+.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell-command+.el b/shell-command+.el
index 43d7f8e509..ebaf0508d1 100644
--- a/shell-command+.el
+++ b/shell-command+.el
@@ -463,7 +463,7 @@ between BEG and END.  Otherwise the whole buffer is 
processed."
     (when shell-command-buffer
       (with-current-buffer shell-command-buffer
         (cd def-dir))))
-  (let ((shell-command+-features shell-command+-features)
+  (let ((shell-command+-features shell-command+-features) ;copy binding
         (form (lambda (input _beg _end)
                 (shell-command
                  input



reply via email to

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