From: Miles Bader Date: Thu, 21 Dec 2000 02:09:37 +0000 (+0000) Subject: Add comment. X-Git-Tag: emacs-pretest-21.0.95~362 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=980984d8e35e2694ee280d1d556725f517174bd7;p=emacs.git Add comment. --- diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 590960485e3..98e8b8b86ea 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -1501,6 +1501,7 @@ M-RET message-newline-and-reformat (break the line and reformat)." (set (make-local-variable 'message-checksum) nil) (set (make-local-variable 'message-mime-part) 0) (message-setup-fill-variables) + ;; Allow using comment commands to add/remove quoting. (set (make-local-variable 'comment-start) message-yank-prefix) ;;(when (fboundp 'mail-hist-define-keys) ;; (mail-hist-define-keys))