From ed09af61b0c870fafd31494fcc05225567d1ea54 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 2 Dec 2002 16:09:02 +0000 Subject: [PATCH] (change-log-mode): Set indent-line-function explicitly to what it was before indent-line-function's default was changed. --- lisp/add-log.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2