aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-01-07 12:55:26 +0000
committerDave Love2000-01-07 12:55:26 +0000
commit1804e740063b5775ffb8cd8b011e032abf0fcae9 (patch)
treefa08d771c0062058952ed7518fb7f24678263c38
parent7683b5c2bf0ab232b5a3b7d37f693a5af3928b57 (diff)
downloademacs-1804e740063b5775ffb8cd8b011e032abf0fcae9.tar.gz
emacs-1804e740063b5775ffb8cd8b011e032abf0fcae9.zip
(menu-bar-tools-menu): Use read-mail-command.
-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."
75(define-key menu-bar-tools-menu [speedbar] 75(define-key menu-bar-tools-menu [speedbar]
76 '("Display Speedbar" . speedbar-frame-mode)) 76 '("Display Speedbar" . speedbar-frame-mode))
77(define-key menu-bar-tools-menu [compose-mail] '("Send Mail" . compose-mail)) 77(define-key menu-bar-tools-menu [compose-mail] '("Send Mail" . compose-mail))
78(define-key menu-bar-tools-menu [rmail] '("Read Mail" . rmail)) 78(define-key menu-bar-tools-menu [rmail] '("Read Mail" . read-mail-command))
79(define-key menu-bar-tools-menu [gnus] '("Read Net News" . gnus)) 79(define-key menu-bar-tools-menu [gnus] '("Read Net News" . gnus))
80 80
81(define-key menu-bar-tools-menu [separator-vc] 81(define-key menu-bar-tools-menu [separator-vc]