aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKarl Heuer1995-04-25 22:26:16 +0000
committerKarl Heuer1995-04-25 22:26:16 +0000
commit7911ecc8d80df00aae54eaa957a502523f88f418 (patch)
treee6698a04a0e20a435d5cc994ed475f80a8668f45 /lisp
parent8d96f9def69d40f885337029836c36789b5c53f2 (diff)
downloademacs-7911ecc8d80df00aae54eaa957a502523f88f418.tar.gz
emacs-7911ecc8d80df00aae54eaa957a502523f88f418.zip
(auto-fill-mode): Use force-mode-line-update.
Diffstat (limited to 'lisp')
-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 ()