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:
parent
8d96f9def6
commit
7911ecc8d8
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user