diff lisp/simple.el @ 47362:e1687eeb0232

(do-auto-fill): `fill-indent-according-to-mode' is a variable, not a function.
author Miles Bader <miles@gnu.org>
date Tue, 10 Sep 2002 01:23:57 +0000
parents 6979a589f9c7
children 1eea6f92f279
line wrap: on
line diff
--- 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))))