# HG changeset patch # User Richard M. Stallman # Date 781045653 0 # Node ID 61ae93bdc652446ad70efda53de94e6f719d47c0 # Parent c7bfa0da167bafd7a1729d42048086a5d870decb (save-buffers-kill-emacs): Fix previous change. diff -r c7bfa0da167b -r 61ae93bdc652 lisp/files.el --- 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)