(save-buffers-kill-emacs): Show the list of current

processes before prompting to kill them and exit.
This commit is contained in:
Richard M. Stallman 1999-01-06 23:58:41 +00:00
parent 41857307a6
commit 71a3bb4b1e

View file

@ -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)