mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
(gnus-mail-reply-using-mail): Use the local keymap
instead of `mail-mode-map'.
This commit is contained in:
parent
e9110dc5c5
commit
45f83af208
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue