diff lisp/add-log.el @ 21749:84df514f7719

(change-log-mode): Undo previous change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 24 Apr 1998 06:31:54 +0000
parents c888284a54f7
children 76061e1fa136
line wrap: on
line diff
--- a/lisp/add-log.el	Fri Apr 24 06:28:46 1998 +0000
+++ b/lisp/add-log.el	Fri Apr 24 06:31:54 1998 +0000
@@ -418,7 +418,7 @@
   ;; 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.