summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-12-27 00:48:30 +0000
committerRichard M. Stallman <rms@gnu.org>1996-12-27 00:48:30 +0000
commit1301a156ebcfd2e34c1110dcd5f2cb7986be3e1d (patch)
treeae645b295387c98d1b0850a4a9fb0d2115048569 /lisp
parent23fa2fa1efa36bbf3a3d42f7ed97b133b9895c27 (diff)
downloademacs-1301a156ebcfd2e34c1110dcd5f2cb7986be3e1d.tar.gz
(menu-bar-tools-menu): Add a "send mail" entry.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/menu-bar.el1
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.")
'("--"))
(define-key menu-bar-tools-menu [calendar] '("Display Calendar" . calendar))
+(define-key menu-bar-tools-menu [rmail] '("Send Mail" . compose-mail))
(define-key menu-bar-tools-menu [rmail] '("Read Mail" . rmail))
(define-key menu-bar-tools-menu [gnus] '("Read Net News" . gnus))