diff options
| -rw-r--r-- | lisp/gnus-msg.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 1560 | subject message-of nil gnus-article-copy nil) | 1560 | subject message-of nil gnus-article-copy nil) |
| 1561 | 1561 | ||
| 1562 | (auto-save-mode auto-save-default) | 1562 | (auto-save-mode auto-save-default) |
| 1563 | (use-local-map (copy-keymap mail-mode-map)) | 1563 | (use-local-map (copy-keymap (current-local-map))) |
| 1564 | (local-set-key "\C-c\C-c" 'gnus-mail-send-and-exit) | 1564 | (local-set-key "\C-c\C-c" 'gnus-mail-send-and-exit) |
| 1565 | 1565 | ||
| 1566 | (if (and follow-to (listp follow-to)) | 1566 | (if (and follow-to (listp follow-to)) |