Mercurial > emacs
changeset 9212:61ae93bdc652
(save-buffers-kill-emacs): Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 01 Oct 1994 21:07:33 +0000 |
parents | c7bfa0da167b |
children | 177bb6670a97 |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Sat Oct 01 21:02:59 1994 +0000 +++ b/lisp/files.el Sat Oct 01 21:07:33 1994 +0000 @@ -2220,7 +2220,7 @@ (or (not active) (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) + (not (run-hook-with-args-until-failure 'kill-emacs-query-functions)) (kill-emacs))) (define-key ctl-x-map "\C-f" 'find-file)