emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 65b395d: Repair eshell-query-kill-processes


From: Mattias Engdegård
Subject: [Emacs-diffs] master 65b395d: Repair eshell-query-kill-processes
Date: Wed, 20 Mar 2019 06:04:20 -0400 (EDT)

branch: master
commit 65b395d7ccd6333c953328d7bf3116d52324285a
Author: Mattias Engdegård <address@hidden>
Commit: Mattias Engdegård <address@hidden>

    Repair eshell-query-kill-processes
    
    * lisp/eshell/esh-proc.el (eshell-query-kill-processes):
    Remove invalid `format-message' call; `eshell-round-robin-kill' wants
    just the format string.
---
 lisp/eshell/esh-proc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/eshell/esh-proc.el b/lisp/eshell/esh-proc.el
index 55251f5..3432582 100644
--- a/lisp/eshell/esh-proc.el
+++ b/lisp/eshell/esh-proc.el
@@ -498,7 +498,7 @@ See the variable `eshell-kill-processes-on-exit'."
                                        (buffer-name))))
          (eshell-round-robin-kill
           (if (eq eshell-kill-processes-on-exit 'every)
-              (format-message "Kill Eshell child process `%s'? "))))
+              "Kill Eshell child process `%s'? ")))
       (let ((buf (get-buffer "*Process List*")))
        (if (and buf (buffer-live-p buf))
            (kill-buffer buf)))



reply via email to

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