1
Fork 0
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:
Karl Heuer 1995-04-25 22:17:55 +00:00
parent e47df26a39
commit 3d93ac2871

View file

@ -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."