From: Richard M. Stallman Date: Fri, 24 Apr 1998 06:31:54 +0000 (+0000) Subject: (change-log-mode): Undo previous change. X-Git-Tag: emacs-20.3~1327 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c9cfb0f2b610f58940082badbc1d022e0106feef;p=emacs.git (change-log-mode): Undo previous change. --- diff --git a/lisp/add-log.el b/lisp/add-log.el index 1361b6832e9..d671cbf8854 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el @@ -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.