From 71a3bb4b1ee52b9f92e8f960e6ecfb1e43ab5037 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 6 Jan 1999 23:58:41 +0000 Subject: [PATCH] (save-buffers-kill-emacs): Show the list of current processes before prompting to kill them and exit. --- lisp/files.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/files.el b/lisp/files.el index 4698ff0beaf..f4473bf9d7c 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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) -- 2.39.2