From: Stefan Monnier Date: Mon, 2 Dec 2002 16:09:02 +0000 (+0000) Subject: (change-log-mode): Set indent-line-function explicitly X-Git-Tag: ttn-vms-21-2-B4~12209 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ed09af61b0c870fafd31494fcc05225567d1ea54;p=emacs.git (change-log-mode): Set indent-line-function explicitly to what it was before indent-line-function's default was changed. --- diff --git a/lisp/add-log.el b/lisp/add-log.el index 5b69cc90426..711bc64c193 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el @@ -600,6 +600,7 @@ Runs `change-log-mode-hook'." 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