aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.