From: Karl Heuer Date: Tue, 25 Apr 1995 22:17:55 +0000 (+0000) Subject: (f90-auto-fill-mode): Use force-mode-line-update. X-Git-Tag: emacs-19.34~4299 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3d93ac2871993cb2beeec804773549c0ea0913b8;p=emacs.git (f90-auto-fill-mode): Use force-mode-line-update. --- diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el index bfb544e3c89..693a16f9c40 100644 --- a/lisp/progmodes/f90.el +++ b/lisp/progmodes/f90.el @@ -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."