From c0965058350642bf102b1b5d0c7cf62ce37c4a23 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 27 Feb 1997 00:11:29 +0000 Subject: [PATCH] (menu-bar-tools-menu): Fix typo in Send Mail item. --- lisp/menu-bar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index c670e1ace41..9474e08a4b0 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -68,7 +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 [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)) -- 2.39.2