summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-01-07 12:55:26 +0000
committerDave Love <fx@gnu.org>2000-01-07 12:55:26 +0000
commit1804e740063b5775ffb8cd8b011e032abf0fcae9 (patch)
treefa08d771c0062058952ed7518fb7f24678263c38 /lisp/menu-bar.el
parent7683b5c2bf0ab232b5a3b7d37f693a5af3928b57 (diff)
downloademacs-1804e740063b5775ffb8cd8b011e032abf0fcae9.tar.gz
(menu-bar-tools-menu): Use read-mail-command.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r--lisp/menu-bar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 5328fe199bc..bf392e3082f 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -75,7 +75,7 @@ A large number or nil slows down menu responsiveness."
(define-key menu-bar-tools-menu [speedbar]
'("Display Speedbar" . speedbar-frame-mode))
(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 [rmail] '("Read Mail" . read-mail-command))
(define-key menu-bar-tools-menu [gnus] '("Read Net News" . gnus))
(define-key menu-bar-tools-menu [separator-vc]