aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/flyspell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el
index 4a57d00d702..a5099311307 100644
--- a/lisp/textmodes/flyspell.el
+++ b/lisp/textmodes/flyspell.el
@@ -1121,7 +1121,7 @@ misspelling and skips redundant spell-checking step."
1121 (setq poss (ispell-parse-output (car ispell-filter))))) 1121 (setq poss (ispell-parse-output (car ispell-filter)))))
1122 ;; Else, this was a known misspelling to begin with, and 1122 ;; Else, this was a known misspelling to begin with, and
1123 ;; we should forge an ispell return value. 1123 ;; we should forge an ispell return value.
1124 (setq poss (list word 0 '() '()))) 1124 (setq poss (list word 1 nil nil)))
1125 (let ((res (cond ((eq poss t) 1125 (let ((res (cond ((eq poss t)
1126 ;; correct 1126 ;; correct
1127 (setq flyspell-word-cache-result t) 1127 (setq flyspell-word-cache-result t)