# HG changeset patch # User Karl Heuer # Date 798848489 0 # Node ID 8ff50a0715e168a3fb5a085ce7372abba0a00d0d # Parent 56399c411b8b25ee66b25a77cd3a9a61196a220d (ispell-minor-mode): Use force-mode-line-update. diff -r 56399c411b8b -r 8ff50a0715e1 lisp/textmodes/ispell.el --- a/lisp/textmodes/ispell.el Tue Apr 25 22:20:59 1995 +0000 +++ b/lisp/textmodes/ispell.el Tue Apr 25 22:21:29 1995 +0000 @@ -2013,7 +2013,7 @@ (setq ispell-minor-mode (not (or (and (null arg) ispell-minor-mode) (<= (prefix-numeric-value arg) 0)))) - (set-buffer-modified-p (buffer-modified-p))) + (force-mode-line-update)) (defun ispell-minor-check () ;; Check previous word then continue with the normal binding of this key.