diff options
| author | Richard M. Stallman | 1998-04-24 06:31:54 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-04-24 06:31:54 +0000 |
| commit | c9cfb0f2b610f58940082badbc1d022e0106feef (patch) | |
| tree | f539039869d70295ef3620c74d3f9144b898ffeb | |
| parent | 2e54982edd3a244a3d3ba952c57c46f37efba173 (diff) | |
| download | emacs-c9cfb0f2b610f58940082badbc1d022e0106feef.tar.gz emacs-c9cfb0f2b610f58940082badbc1d022e0106feef.zip | |
(change-log-mode): Undo previous change.
| -rw-r--r-- | lisp/add-log.el | 2 |
1 files changed, 1 insertions, 1 deletions
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'." | |||
| 418 | ;; lines that begin at column 0 (despite the left-margin of 8) that | 418 | ;; lines that begin at column 0 (despite the left-margin of 8) that |
| 419 | ;; we are looking for. Adding `* ' allows eliding the blank line | 419 | ;; we are looking for. Adding `* ' allows eliding the blank line |
| 420 | ;; between entries for different files. | 420 | ;; between entries for different files. |
| 421 | (set (make-local-variable 'paragraph-start) "\\s *$\\|\f\\|^\\<\\|\\* ") | 421 | (set (make-local-variable 'paragraph-start) "\\s *$\\|\f\\|^\\<") |
| 422 | (set (make-local-variable 'paragraph-separate) paragraph-start) | 422 | (set (make-local-variable 'paragraph-separate) paragraph-start) |
| 423 | ;; Match null string on the date-line so that the date-line | 423 | ;; Match null string on the date-line so that the date-line |
| 424 | ;; is grouped with what follows. | 424 | ;; is grouped with what follows. |