aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/flyspell.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el
index 16c50397824..35bf8d46100 100644
--- a/lisp/textmodes/flyspell.el
+++ b/lisp/textmodes/flyspell.el
@@ -1322,7 +1322,8 @@ The list of incorrect words should be in `flyspell-external-ispell-buffer'.
1322The buffer to mark them in is `flyspell-large-region-buffer'." 1322The buffer to mark them in is `flyspell-large-region-buffer'."
1323 (let (words-not-found 1323 (let (words-not-found
1324 (ispell-otherchars (ispell-get-otherchars)) 1324 (ispell-otherchars (ispell-get-otherchars))
1325 (buffer-scan-pos flyspell-large-region-beg)) 1325 (buffer-scan-pos flyspell-large-region-beg)
1326 (case-fold-search nil))
1326 (with-current-buffer flyspell-external-ispell-buffer 1327 (with-current-buffer flyspell-external-ispell-buffer
1327 (goto-char (point-min)) 1328 (goto-char (point-min))
1328 ;; Loop over incorrect words, in the order they were reported, 1329 ;; Loop over incorrect words, in the order they were reported,