# HG changeset patch # User Karl Heuer # Date 857002289 0 # Node ID 6ae39e04077bf403408706627ec220b57a4c95ad # Parent 8917133b7e823870b8b14d320d3cb0d1efa26d4d (menu-bar-tools-menu): Fix typo in Send Mail item. diff -r 8917133b7e82 -r 6ae39e04077b lisp/menu-bar.el --- 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))