Mercurial > emacs
changeset 14478:cb600acfe4f6
(gnus-mail-reply-using-mail): Use the local keymap
instead of `mail-mode-map'.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 03 Feb 1996 17:52:47 +0000 |
parents | 7da7619a6150 |
children | 69fa625812a4 |
files | lisp/gnus-msg.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus-msg.el Sat Feb 03 17:49:44 1996 +0000 +++ b/lisp/gnus-msg.el Sat Feb 03 17:52:47 1996 +0000 @@ -1560,7 +1560,7 @@ subject message-of nil gnus-article-copy nil) (auto-save-mode auto-save-default) - (use-local-map (copy-keymap mail-mode-map)) + (use-local-map (copy-keymap (current-local-map))) (local-set-key "\C-c\C-c" 'gnus-mail-send-and-exit) (if (and follow-to (listp follow-to))