1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(change-log-mode): Undo previous change.

This commit is contained in:
Richard M. Stallman 1998-04-24 06:31:54 +00:00
parent 2e54982edd
commit c9cfb0f2b6

View 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.