emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master cf23d8e: Ibuffer: Use default output buffer for she


From: Tino Calancha
Subject: [Emacs-diffs] master cf23d8e: Ibuffer: Use default output buffer for shell commands
Date: Thu, 21 Jul 2016 13:35:20 +0000 (UTC)

branch: master
commit cf23d8e9d3d3b4165a9d94759895ee1c022ab0ef
Author: Tino Calancha <address@hidden>
Commit: Tino Calancha <address@hidden>

    Ibuffer: Use default output buffer for shell commands
    
    * lisp/ibuf-ext.el (shell-command-pipe): Insert the output in buffer
    '*Shell Command Output*', as command 'shell-command-file'.
---
 lisp/ibuf-ext.el |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/ibuf-ext.el b/lisp/ibuf-ext.el
index 3e4e0dc..96b42b9 100644
--- a/lisp/ibuf-ext.el
+++ b/lisp/ibuf-ext.el
@@ -350,8 +350,7 @@ the mode if ARG is omitted or nil."
    :opstring "Shell command executed on"
    :modifier-p nil)
   (shell-command-on-region
-   (point-min) (point-max) command
-   (get-buffer-create "* ibuffer-shell-output*")))
+   (point-min) (point-max) command))
 
 ;;;###autoload (autoload 'ibuffer-do-shell-command-pipe-replace "ibuf-ext")
 (define-ibuffer-op shell-command-pipe-replace (command)



reply via email to

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