Mercurial > emacs
changeset 48615:35a56f4a18d3
(change-log-mode): Set indent-line-function explicitly
to what it was before indent-line-function's default was changed.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 02 Dec 2002 16:09:02 +0000 |
parents | e3614ce7f90f |
children | d78591287910 |
files | lisp/add-log.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/add-log.el Mon Dec 02 13:01:24 2002 +0000 +++ b/lisp/add-log.el Mon Dec 02 16:09:02 2002 +0000 @@ -600,6 +600,7 @@ tab-width 8) (set (make-local-variable 'fill-paragraph-function) 'change-log-fill-paragraph) + (set (make-local-variable 'indent-line-function) 'indent-to-left-margin) ;; We really do want "^" in paragraph-start below: it is only the ;; lines that begin at column 0 (despite the left-margin of 8) that ;; we are looking for. Adding `* ' allows eliding the blank line