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

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

[elpa] externals/shell-command+ f6cc8cf978: Bury *Shell Command Output*


From: ELPA Syncer
Subject: [elpa] externals/shell-command+ f6cc8cf978: Bury *Shell Command Output* buffer after clearing it
Date: Fri, 12 Jul 2024 06:59:32 -0400 (EDT)

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

    Bury *Shell Command Output* buffer after clearing it
---
 shell-command+.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/shell-command+.el b/shell-command+.el
index 057f99ee8e..4b94acbe3d 100644
--- a/shell-command+.el
+++ b/shell-command+.el
@@ -288,7 +288,8 @@ prefix the command with \"../../../../\" or \"....\".")
   "Empty the contents of the the *Shell Output* buffer."
   (with-current-buffer (or (bound-and-true-p shell-command-buffer-name)
                            "*Shell Command Output*")
-    (erase-buffer)))
+    (erase-buffer)
+    (bury-buffer)))
 
 (defcustom shell-command+-substitute-alist
   '(("grep" . shell-command+-cmd-grep)



reply via email to

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