]> git.eshelyaron.com Git - emacs.git/commitdiff
(gnus-mail-reply-using-mail): Use the local keymap
authorRichard M. Stallman <rms@gnu.org>
Sat, 3 Feb 1996 17:52:47 +0000 (17:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 3 Feb 1996 17:52:47 +0000 (17:52 +0000)
instead of `mail-mode-map'.

lisp/gnus-msg.el

index 746e9937d00078df9f187321154756d410b3641a..2e182e6a97dc21c6337cfe5fc9668ccd0eeb38da 100644 (file)
@@ -1560,7 +1560,7 @@ mailer."
                    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))