+2002-09-10 Miles Bader <miles@gnu.org>
+
+ * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
+ variable, not a function.
+
+ * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
+
2002-09-10 Kim F. Storm <storm@cua.dk>
* macros.el (apply-macro-to-region-lines): Let-bind mark-active to
(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))))