projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f13d97b
)
Repair eshell-query-kill-processes
author
Mattias Engdegård
<mattiase@acm.org>
Wed, 20 Mar 2019 09:37:36 +0000
(10:37 +0100)
committer
Mattias 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
patch
|
blob
|
history
diff --git
a/lisp/eshell/esh-proc.el
b/lisp/eshell/esh-proc.el
index 55251f5bfb234cad849df17d918a96dbca52f4af..3432582cf4bde18901be82722be5cfd4c0615f1d 100644
(file)
--- 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)))