aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/simple.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 255a9c17d2d..27a7233b0cd 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -2320,8 +2320,7 @@ automatically breaks the line at a previous space."
2320 (> (prefix-numeric-value arg) 0)) 2320 (> (prefix-numeric-value arg) 0))
2321 'do-auto-fill 2321 'do-auto-fill
2322 nil)) 2322 nil))
2323 ;; update mode-line 2323 (force-mode-line-update)))
2324 (set-buffer-modified-p (buffer-modified-p))))
2325 2324
2326;; This holds a document string used to document auto-fill-mode. 2325;; This holds a document string used to document auto-fill-mode.
2327(defun auto-fill-function () 2326(defun auto-fill-function ()