Mercurial > emacs
changeset 27235:be0785a51ed7
(menu-bar-tools-menu): Use read-mail-command.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 07 Jan 2000 12:55:26 +0000 |
parents | bf32d38f9721 |
children | fe8cdefe46cd |
files | lisp/menu-bar.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/menu-bar.el Fri Jan 07 12:53:36 2000 +0000 +++ b/lisp/menu-bar.el Fri Jan 07 12:55:26 2000 +0000 @@ -75,7 +75,7 @@ (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]