aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/flyspell.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el
index 35bf8d46100..96862b9c671 100644
--- a/lisp/textmodes/flyspell.el
+++ b/lisp/textmodes/flyspell.el
@@ -1410,6 +1410,7 @@ The buffer to mark them in is `flyspell-large-region-buffer'."
1410;;*---------------------------------------------------------------------*/ 1410;;*---------------------------------------------------------------------*/
1411(defun flyspell-process-localwords (misspellings-buffer) 1411(defun flyspell-process-localwords (misspellings-buffer)
1412 (let (localwords 1412 (let (localwords
1413 (case-fold-search nil)
1413 (ispell-casechars (ispell-get-casechars))) 1414 (ispell-casechars (ispell-get-casechars)))
1414 ;; Get localwords from the original buffer 1415 ;; Get localwords from the original buffer
1415 (save-excursion 1416 (save-excursion