branch: externals/shell-command+
commit 4cab97e97be602f047cd31e360405d45a92e657c
Author: Philip Kaludercic <phil...@posteo.net>
Commit: Philip Kaludercic <phil...@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