changeset 17099:6ae39e04077b

(menu-bar-tools-menu): Fix typo in Send Mail item.
author Karl Heuer <kwzh@gnu.org>
date Thu, 27 Feb 1997 00:11:29 +0000
parents 8917133b7e82
children c6fc76a5c03b
files lisp/menu-bar.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/menu-bar.el	Wed Feb 26 13:11:47 1997 +0000
+++ b/lisp/menu-bar.el	Thu Feb 27 00:11:29 1997 +0000
@@ -68,7 +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 [compose-mail] '("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))