# HG changeset patch # User Stefan Monnier # Date 1038845342 0 # Node ID 35a56f4a18d36150e91dd118c8f3b4afe360795e # Parent e3614ce7f90ff2b83ff8fcacdc8b12e7134bdbbe (change-log-mode): Set indent-line-function explicitly to what it was before indent-line-function's default was changed. diff -r e3614ce7f90f -r 35a56f4a18d3 lisp/add-log.el --- 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