diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/menu-bar.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 6f44121b1f5..c670e1ace41 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el | |||
| @@ -68,6 +68,7 @@ A large number or nil slows down menu responsiveness.") | |||
| 68 | '("--")) | 68 | '("--")) |
| 69 | 69 | ||
| 70 | (define-key menu-bar-tools-menu [calendar] '("Display Calendar" . calendar)) | 70 | (define-key menu-bar-tools-menu [calendar] '("Display Calendar" . calendar)) |
| 71 | (define-key menu-bar-tools-menu [rmail] '("Send Mail" . compose-mail)) | ||
| 71 | (define-key menu-bar-tools-menu [rmail] '("Read Mail" . rmail)) | 72 | (define-key menu-bar-tools-menu [rmail] '("Read Mail" . rmail)) |
| 72 | (define-key menu-bar-tools-menu [gnus] '("Read Net News" . gnus)) | 73 | (define-key menu-bar-tools-menu [gnus] '("Read Net News" . gnus)) |
| 73 | 74 | ||