Mercurial > emacs
changeset 8230:740b46022e15
(rmail-mode-map): Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 13 Jul 1994 03:40:48 +0000 |
parents | e772982a087b |
children | 5226ed89c1a6 |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Tue Jul 12 23:17:16 1994 +0000 +++ b/lisp/mail/rmail.el Wed Jul 13 03:40:48 1994 +0000 @@ -433,7 +433,7 @@ '("Get New Mail" . rmail-get-new-mail)) (define-key rmail-mode-map [menu-bar mail lambda] - "----") + '("----")) (define-key rmail-mode-map [menu-bar mail continue] '("Continue" . rmail-continue))