Mercurial > emacs
changeset 16759:000ae1a6510e
(menu-bar-tools-menu): Add a "send mail" entry.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 27 Dec 1996 00:48:30 +0000 |
parents | bbe21b1c17a7 |
children | 221eac3fc998 |
files | lisp/menu-bar.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/menu-bar.el Fri Dec 27 00:44:57 1996 +0000 +++ b/lisp/menu-bar.el Fri Dec 27 00:48:30 1996 +0000 @@ -68,6 +68,7 @@ '("--")) (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))