1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

(auto-fill-mode): Use force-mode-line-update.

This commit is contained in:
Karl Heuer 1995-04-25 22:26:16 +00:00
parent 8d96f9def6
commit 7911ecc8d8

View File

@ -2320,8 +2320,7 @@ automatically breaks the line at a previous space."
(> (prefix-numeric-value arg) 0))
'do-auto-fill
nil))
;; update mode-line
(set-buffer-modified-p (buffer-modified-p))))
(force-mode-line-update)))
;; This holds a document string used to document auto-fill-mode.
(defun auto-fill-function ()