aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1995-04-25 22:21:29 +0000
committerKarl Heuer1995-04-25 22:21:29 +0000
commit2bcf8edbecab6dc968313cb5b0b50304fad287d5 (patch)
treed4398309c6653b93e2b9e76c3aa1da1439904f1d
parente6f1da195629009d6893bb072739707e4d50f3d6 (diff)
downloademacs-2bcf8edbecab6dc968313cb5b0b50304fad287d5.tar.gz
emacs-2bcf8edbecab6dc968313cb5b0b50304fad287d5.zip
(ispell-minor-mode): Use force-mode-line-update.
-rw-r--r--lisp/textmodes/ispell.el2
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."
2013 (setq ispell-minor-mode 2013 (setq ispell-minor-mode
2014 (not (or (and (null arg) ispell-minor-mode) 2014 (not (or (and (null arg) ispell-minor-mode)
2015 (<= (prefix-numeric-value arg) 0)))) 2015 (<= (prefix-numeric-value arg) 0))))
2016 (set-buffer-modified-p (buffer-modified-p))) 2016 (force-mode-line-update))
2017 2017
2018(defun ispell-minor-check () 2018(defun ispell-minor-check ()
2019 ;; Check previous word then continue with the normal binding of this key. 2019 ;; Check previous word then continue with the normal binding of this key.