(change-log-mode): Set indent-line-function explicitly
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 2 Dec 2002 16:09:02 +0000 (16:09 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 2 Dec 2002 16:09:02 +0000 (16:09 +0000)
to what it was before indent-line-function's default was changed.

lisp/add-log.el

index 5b69cc9..711bc64 100644 (file)
@@ -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