(save-buffers-kill-emacs): Show the list of current
authorRichard M. Stallman <rms@gnu.org>
Wed, 6 Jan 1999 23:58:41 +0000 (23:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 6 Jan 1999 23:58:41 +0000 (23:58 +0000)
processes before prompting to kill them and exit.

lisp/files.el

index 4698ff0..f4473bf 100644 (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)