mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(f90-auto-fill-mode): Use force-mode-line-update.
This commit is contained in:
parent
e47df26a39
commit
3d93ac2871
1 changed files with 1 additions and 2 deletions
|
|
@ -1338,8 +1338,7 @@ automatically breaks the line at a previous space."
|
|||
(not auto-fill-function)
|
||||
(> (prefix-numeric-value arg) 0))
|
||||
'f90-do-auto-fill))
|
||||
;; update mode-line
|
||||
(set-buffer-modified-p (buffer-modified-p))))
|
||||
(force-mode-line-update)))
|
||||
|
||||
(defun f90-do-auto-fill ()
|
||||
"Break line if non-white characters beyond fill-column."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue