diff options
author | Dave Love <fx@gnu.org> | 2000-01-07 12:55:26 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-01-07 12:55:26 +0000 |
commit | 1804e740063b5775ffb8cd8b011e032abf0fcae9 (patch) | |
tree | fa08d771c0062058952ed7518fb7f24678263c38 /lisp/menu-bar.el | |
parent | 7683b5c2bf0ab232b5a3b7d37f693a5af3928b57 (diff) | |
download | emacs-1804e740063b5775ffb8cd8b011e032abf0fcae9.tar.gz |
(menu-bar-tools-menu): Use read-mail-command.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r-- | lisp/menu-bar.el | 2 |
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] |