]> git.eshelyaron.com Git - emacs.git/commitdiff
(change-log-mode): Undo previous change.
authorRichard M. Stallman <rms@gnu.org>
Fri, 24 Apr 1998 06:31:54 +0000 (06:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 24 Apr 1998 06:31:54 +0000 (06:31 +0000)
lisp/add-log.el

index 1361b6832e9f20685b5d979104219263b641440b..d671cbf8854b2b29a1a59fb85f260aab0b83b4e2 100644 (file)
@@ -418,7 +418,7 @@ Runs `change-log-mode-hook'."
   ;; lines that begin at column 0 (despite the left-margin of 8) that
   ;; we are looking for.  Adding `* ' allows eliding the blank line
   ;; between entries for different files.
-  (set (make-local-variable 'paragraph-start) "\\s *$\\|\f\\|^\\<\\|\\* ")
+  (set (make-local-variable 'paragraph-start) "\\s *$\\|\f\\|^\\<")
   (set (make-local-variable 'paragraph-separate) paragraph-start)
   ;; Match null string on the date-line so that the date-line
   ;; is grouped with what follows.