changeset 24017:d6ab8dbc44f2

(save-buffers-kill-emacs): Show the list of current processes before prompting to kill them and exit.
author Richard M. Stallman <rms@gnu.org>
date Wed, 06 Jan 1999 23:58:41 +0000
parents 43344f47a865
children b918e6330d6e
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Wed Jan 06 23:55:31 1999 +0000
+++ b/lisp/files.el	Wed Jan 06 23:58:41 1999 +0000
@@ -3267,6 +3267,7 @@
 		    (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)