diff options
-rw-r--r-- | lisp/textmodes/ispell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 2dd5f2ac118..4214c667af9 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -2013,7 +2013,7 @@ warns you if the previous word is incorrectly spelled." (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. |