]> git.eshelyaron.com Git - emacs.git/commitdiff
Repair eshell-query-kill-processes
authorMattias Engdegård <mattiase@acm.org>
Wed, 20 Mar 2019 09:37:36 +0000 (10:37 +0100)
committerMattias Engdegård <mattiase@acm.org>
Wed, 20 Mar 2019 10:04:05 +0000 (11:04 +0100)
* 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

index 55251f5bfb234cad849df17d918a96dbca52f4af..3432582cf4bde18901be82722be5cfd4c0615f1d 100644 (file)
@@ -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)))