# HG changeset patch # User Juri Linkov # Date 1194812603 0 # Node ID 0d2b02ad7d1997e4170d5afee8f7bc475bd77fc2 # Parent b79c99e2a474e9586661887b567d9149d8c89545 Rename save-buffers-kill-terminal to save-buffers-kill-emacs to fix previous commit. diff -r b79c99e2a474 -r 0d2b02ad7d19 lisp/startup.el --- 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")