From 079fa3cb265e8ace1934981b744b3127e89bcce6 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sun, 11 Nov 2007 20:23:23 +0000 Subject: [PATCH] Rename save-buffers-kill-terminal to save-buffers-kill-emacs to fix previous commit. --- lisp/startup.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/startup.el b/lisp/startup.el index 4d0af4fe27e..ad09ff2e834 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -1671,7 +1671,7 @@ To quit a partially entered command, type Control-g.\n") ;; 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 @@ Get help\t %s '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") -- 2.39.2