Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6daab4ed
Commit
6daab4ed
authored
Oct 26, 2007
by
Juanma Barranquero
Browse files
(kill-emacs-query-functions): Doc fix; `save-buffers-kill-emacs'
is no longer bound to a key.
parent
e298936f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/files.el
lisp/files.el
+2
-3
No files found.
lisp/ChangeLog
View file @
6daab4ed
2007-10-26 Juanma Barranquero <lekktu@gmail.com>
* files.el (kill-emacs-query-functions): Doc fix;
`save-buffers-kill-emacs' is no longer bound to a key.
2007-10-26 Richard Stallman <rms@gnu.org>
* isearch-multi.el (isearch-buffers-multi): New option.
...
...
lisp/files.el
View file @
6daab4ed
...
...
@@ -5286,9 +5286,8 @@ message to that effect instead of signaling an error."
(
defvar
kill-emacs-query-functions
nil
"Functions to call with no arguments to query about killing Emacs.
If any of these functions returns nil, killing Emacs is cancelled.
`save-buffers-kill-emacs' (\\[save-buffers-kill-emacs]) calls these functions,
but `kill-emacs', the low level primitive, does not.
See also `kill-emacs-hook'."
)
`save-buffers-kill-emacs' calls these functions, but `kill-emacs',
the low level primitive, does not. See also `kill-emacs-hook'."
)
(
defcustom
confirm-kill-emacs
nil
"How to ask for confirmation when leaving Emacs.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment