From: Lars Magne Ingebrigtsen Date: Thu, 21 Oct 2010 19:59:08 +0000 (+0200) Subject: Don't bind M-; to comment region, to allow the global comment-dwim to work. X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=50454bc17121e164a3d00a09a1c782d27a73f8f6 Don't bind M-; to comment region, to allow the global comment-dwim to work. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a02a99416..74c7159f5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-10-21 Lars Magne Ingebrigtsen + + * message.el (message-mode-map): Don't bind M-; to comment region, to + allow the global comment-dwim to work. + 2010-10-21 Julien Danjou * message.el (message-setup-1): Allow message-default-headers to be a diff --git a/lisp/message.el b/lisp/message.el index e4217d9cf..076a87495 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -2684,7 +2684,6 @@ PGG manual, depending on the value of `mml2015-use'." (define-key message-mode-map "\C-a" 'message-beginning-of-line) (define-key message-mode-map "\t" 'message-tab) - (define-key message-mode-map "\M-;" 'comment-region) (define-key message-mode-map "\M-n" 'message-display-abbrev))