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:
parent
2e54982edd
commit
c9cfb0f2b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue