(save-buffers-kill-emacs): Show the list of current
processes before prompting to kill them and exit.
This commit is contained in:
parent
41857307a6
commit
71a3bb4b1e
1 changed files with 1 additions and 0 deletions
|
@ -3267,6 +3267,7 @@ With prefix arg, silently save all file-visiting buffers, then kill."
|
|||
(setq active t))
|
||||
(setq processes (cdr processes)))
|
||||
(or (not active)
|
||||
(list-processes)
|
||||
(yes-or-no-p "Active processes exist; kill them and exit anyway? "))))
|
||||
;; Query the user for other things, perhaps.
|
||||
(run-hook-with-args-until-failure 'kill-emacs-query-functions)
|
||||
|
|
Loading…
Add table
Reference in a new issue