# HG changeset patch # User Miles Bader # Date 1031621037 0 # Node ID e1687eeb023235702414df7f69f9cd824320ab7f # Parent 5e3418a37a6454f3dc4f1ffbe45cf326c12ae76b (do-auto-fill): `fill-indent-according-to-mode' is a variable, not a function. diff -r 5e3418a37a64 -r e1687eeb0232 lisp/simple.el --- a/lisp/simple.el Tue Sep 10 01:23:22 2002 +0000 +++ b/lisp/simple.el Tue Sep 10 01:23:57 2002 +0000 @@ -3084,7 +3084,7 @@ (save-excursion (forward-paragraph 1) (point))))) (and prefix (not (equal prefix "")) ;; Use auto-indentation rather than a guessed empty prefix. - (not (and (fill-indent-according-to-mode) + (not (and fill-indent-according-to-mode (string-match "\\`[ \t]*\\'" prefix))) (setq fill-prefix prefix))))