From: Richard M. Stallman Date: Fri, 27 Dec 1996 00:48:30 +0000 (+0000) Subject: (menu-bar-tools-menu): Add a "send mail" entry. X-Git-Tag: emacs-20.1~3185 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dab83391c01d61abd0f6790b76536a33fc139e44;p=emacs.git (menu-bar-tools-menu): Add a "send mail" entry. --- 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))