summaryrefslogtreecommitdiff
path: root/lisp/mail/emacsbug.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-02-09 17:56:25 -0800
committerGlenn Morris <rgm@gnu.org>2013-02-09 17:56:25 -0800
commit490a9458c8310140a255b30330e9940fb68e27ef (patch)
tree3788432fb3f95464bb087bebd43ed9d3aff32c6a /lisp/mail/emacsbug.el
parent9cbab8d6abe6aa4caae260c8ed37386103a34f8e (diff)
parentc4af1efc91cb57cc7dbaa1ee21b2d4b85fd3f87b (diff)
downloademacs-490a9458c8310140a255b30330e9940fb68e27ef.tar.gz
Merge from emacs-24; up to 2012-12-15T12:19:04Z!juri@jurta.org
Diffstat (limited to 'lisp/mail/emacsbug.el')
-rw-r--r--lisp/mail/emacsbug.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el
index c35809ef648..c1bc7e2e1ab 100644
--- a/lisp/mail/emacsbug.el
+++ b/lisp/mail/emacsbug.el
@@ -323,7 +323,7 @@ usually do not have translators for other languages.\n\n")))
(use-local-map (nconc (make-sparse-keymap) (current-local-map)))
(define-key (current-local-map) "\C-c\C-i" 'info-emacs-bug)
(if can-insert-mail
- (define-key (current-local-map) "\C-cm"
+ (define-key (current-local-map) "\C-c\M-i"
'report-emacs-bug-insert-to-mailer))
(setq report-emacs-bug-send-command (get mail-user-agent 'sendfunc)
report-emacs-bug-send-hook (get mail-user-agent 'hookvar))