diff options
| author | Dan Nicolaescu | 2008-07-25 16:26:06 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-25 16:26:06 +0000 |
| commit | db289ad9983e21179702bf0f387d5c268b3a803f (patch) | |
| tree | 31c2c80373e0197c2c90ce3e066f841423ebf693 | |
| parent | 95cc04c4a4d24cda485fc58a363c7d0c0663edc4 (diff) | |
| download | emacs-db289ad9983e21179702bf0f387d5c268b3a803f.tar.gz emacs-db289ad9983e21179702bf0f387d5c268b3a803f.zip | |
(menu-bar-file-menu): Fix typo.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/menu-bar.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fb3e7732744..42a9e02bd21 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * menu-bar.el (menu-bar-file-menu): Fix typo. | ||
| 4 | |||
| 1 | 2008-07-25 Juanma Barranquero <lekktu@gmail.com> | 5 | 2008-07-25 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * play/solitaire.el (solitaire-mode-map): Define within defvar. | 7 | * play/solitaire.el (solitaire-mode-map): Define within defvar. |
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 19261479b01..93dd551fdd8 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el | |||
| @@ -65,7 +65,7 @@ | |||
| 65 | ;; The "File" menu items | 65 | ;; The "File" menu items |
| 66 | (define-key menu-bar-file-menu [exit-emacs] | 66 | (define-key menu-bar-file-menu [exit-emacs] |
| 67 | '(menu-item "Exit Emacs" save-buffers-kill-emacs | 67 | '(menu-item "Exit Emacs" save-buffers-kill-emacs |
| 68 | :keys "C-x C-q" | 68 | :keys "C-x C-c" |
| 69 | :help "Save unsaved buffers, then exit")) | 69 | :help "Save unsaved buffers, then exit")) |
| 70 | 70 | ||
| 71 | (define-key menu-bar-file-menu [separator-exit] | 71 | (define-key menu-bar-file-menu [separator-exit] |