* lisp/vc/add-log.el (change-log-mode): Bind comment-start to nil.
[bpt/emacs.git] / lisp / vc / add-log.el
index 9401ae0..d6b94a9 100644 (file)
@@ -1049,6 +1049,7 @@ Runs `change-log-mode-hook'.
        show-trailing-whitespace t)
   (set (make-local-variable 'fill-forward-paragraph-function)
        'change-log-fill-forward-paragraph)
+  (set (make-local-variable 'comment-start) nil)
   ;; Make sure we call `change-log-indent' when filling.
   (set (make-local-variable 'fill-indent-according-to-mode) t)
   ;; Avoid that filling leaves behind a single "*" on a line.