From 45f83af208e6181d2bede9fca1ca3af9eb39991d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 3 Feb 1996 17:52:47 +0000 Subject: [PATCH] (gnus-mail-reply-using-mail): Use the local keymap instead of `mail-mode-map'. --- lisp/gnus-msg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el index 746e9937d00..2e182e6a97d 100644 --- a/lisp/gnus-msg.el +++ b/lisp/gnus-msg.el @@ -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)) -- 2.39.2