diff options
| -rw-r--r-- | lisp/files.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index c2f945d5682..746e24e9747 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -2061,7 +2061,8 @@ If WILDCARD, it also runs the shell specified by `shell-file-name'." | |||
| 2061 | file))))))) | 2061 | file))))))) |
| 2062 | 2062 | ||
| 2063 | (defvar kill-emacs-query-functions nil | 2063 | (defvar kill-emacs-query-functions nil |
| 2064 | "Functions to call with no arguments to query about killing Emacs.") | 2064 | "Functions to call with no arguments to query about killing Emacs. |
| 2065 | If any of these functions returns nil, killing Emacs is cancelled.") | ||
| 2065 | 2066 | ||
| 2066 | (defun save-buffers-kill-emacs (&optional arg) | 2067 | (defun save-buffers-kill-emacs (&optional arg) |
| 2067 | "Offer to save each buffer, then kill this Emacs process. | 2068 | "Offer to save each buffer, then kill this Emacs process. |