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.
This commit is contained in:
parent
f13d97b4de
commit
65b395d7cc
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue