aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/files.el1
1 files changed, 1 insertions, 0 deletions
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."
3267 (setq active t)) 3267 (setq active t))
3268 (setq processes (cdr processes))) 3268 (setq processes (cdr processes)))
3269 (or (not active) 3269 (or (not active)
3270 (list-processes)
3270 (yes-or-no-p "Active processes exist; kill them and exit anyway? ")))) 3271 (yes-or-no-p "Active processes exist; kill them and exit anyway? "))))
3271 ;; Query the user for other things, perhaps. 3272 ;; Query the user for other things, perhaps.
3272 (run-hook-with-args-until-failure 'kill-emacs-query-functions) 3273 (run-hook-with-args-until-failure 'kill-emacs-query-functions)