]> git.eshelyaron.com Git - emacs.git/commitdiff
(message-mode): Set `comment-start' to the yank prefix.
authorMiles Bader <miles@gnu.org>
Thu, 21 Dec 2000 01:56:37 +0000 (01:56 +0000)
committerMiles Bader <miles@gnu.org>
Thu, 21 Dec 2000 01:56:37 +0000 (01:56 +0000)
lisp/gnus/message.el

index 11ea1a40fb07fc857a8d7b050e3af03285631449..590960485e381adfee58f1b893bf93130571c095 100644 (file)
@@ -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)
+  (set (make-local-variable 'comment-start) message-yank-prefix)
   ;;(when (fboundp 'mail-hist-define-keys)
   ;;  (mail-hist-define-keys))
   (if (featurep 'xemacs)