comparison lisp/add-log.el @ 21749:84df514f7719

(change-log-mode): Undo previous change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 24 Apr 1998 06:31:54 +0000
parents c888284a54f7
children 76061e1fa136
comparison
equal deleted inserted replaced
21748:c423e8929f69 21749:84df514f7719
416 'change-log-fill-paragraph) 416 'change-log-fill-paragraph)
417 ;; We really do want "^" in paragraph-start below: it is only the 417 ;; We really do want "^" in paragraph-start below: it is only the
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.
425 (set (make-local-variable 'page-delimiter) "^\\<\\|^\f") 425 (set (make-local-variable 'page-delimiter) "^\\<\\|^\f")
426 (set (make-local-variable 'version-control) 'never) 426 (set (make-local-variable 'version-control) 'never)