emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/flyspell.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/flyspell.el
Date: Fri, 03 Mar 2006 11:49:22 +0000

Index: emacs/lisp/textmodes/flyspell.el
diff -u emacs/lisp/textmodes/flyspell.el:1.99 
emacs/lisp/textmodes/flyspell.el:1.100
--- emacs/lisp/textmodes/flyspell.el:1.99       Fri Jan 27 19:43:06 2006
+++ emacs/lisp/textmodes/flyspell.el    Fri Mar  3 11:49:22 2006
@@ -1322,7 +1322,8 @@
 The buffer to mark them in is `flyspell-large-region-buffer'."
   (let (words-not-found
        (ispell-otherchars (ispell-get-otherchars))
-       (buffer-scan-pos flyspell-large-region-beg))
+       (buffer-scan-pos flyspell-large-region-beg)
+       (case-fold-search nil))
     (with-current-buffer flyspell-external-ispell-buffer
       (goto-char (point-min))
       ;; Loop over incorrect words, in the order they were reported,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]