Don't bind M-; to comment region, to allow the global comment-dwim to work.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Thu, 21 Oct 2010 19:59:08 +0000 (21:59 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Thu, 21 Oct 2010 19:59:08 +0000 (21:59 +0200)
lisp/ChangeLog
lisp/message.el

index a02a994..74c7159 100644 (file)
@@ -1,3 +1,8 @@
+2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * 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  <julien@danjou.info>
 
        * message.el (message-setup-1): Allow message-default-headers to be a
index e4217d9..076a874 100644 (file)
@@ -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))