mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-13 03:06:23 -08:00
(auto-fill-mode): Use force-mode-line-update.
This commit is contained in:
parent
8d96f9def6
commit
7911ecc8d8
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue