Mercurial > emacs
changeset 79376:0d2b02ad7d19
Rename save-buffers-kill-terminal to save-buffers-kill-emacs
to fix previous commit.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sun, 11 Nov 2007 20:23:23 +0000 |
parents | b79c99e2a474 |
children | dc27351d0e7f |
files | lisp/startup.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Sun Nov 11 20:22:18 2007 +0000 +++ b/lisp/startup.el Sun Nov 11 20:23:23 2007 +0000 @@ -1671,7 +1671,7 @@ ;; use precomputed string to save lots of time. (if (and (eq (key-binding "\C-h") 'help-command) (eq (key-binding "\C-xu") 'advertised-undo) - (eq (key-binding "\C-x\C-c") 'save-buffers-kill-terminal) + (eq (key-binding "\C-x\C-c") 'save-buffers-kill-emacs) (eq (key-binding "\C-ht") 'help-with-tutorial) (eq (key-binding "\C-hi") 'info) (eq (key-binding "\C-hr") 'info-emacs-manual) @@ -1726,7 +1726,7 @@ 'action (lambda (button) (view-order-manuals)) 'follow-link t) (insert (substitute-command-keys - "\t \\[view-order-manuals]\tExit Emacs\t \\[save-buffers-kill-terminal]"))) + "\t \\[view-order-manuals]\tExit Emacs\t \\[save-buffers-kill-emacs]"))) ;; Say how to use the menu bar with the keyboard. (insert "\n")