# HG changeset patch # User Richard M. Stallman # Date 893399514 0 # Node ID 84df514f77194239c0b6e7891c45e5eb82633ed5 # Parent c423e8929f6920c46bd9302454d600cd88a2119e (change-log-mode): Undo previous change. diff -r c423e8929f69 -r 84df514f7719 lisp/add-log.el --- 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.