changeset 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 c423e8929f69
children e152a39f074f
files lisp/add-log.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.