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: Sat, 11 Mar 2006 15:06:44 +0000

Index: emacs/lisp/textmodes/flyspell.el
diff -u emacs/lisp/textmodes/flyspell.el:1.101 
emacs/lisp/textmodes/flyspell.el:1.102
--- emacs/lisp/textmodes/flyspell.el:1.101      Fri Mar  3 12:27:49 2006
+++ emacs/lisp/textmodes/flyspell.el    Sat Mar 11 15:06:44 2006
@@ -1323,7 +1323,7 @@
   (let (words-not-found
        (ispell-otherchars (ispell-get-otherchars))
        (buffer-scan-pos flyspell-large-region-beg)
-       (case-fold-search nil))
+       case-fold-search)
     (with-current-buffer flyspell-external-ispell-buffer
       (goto-char (point-min))
       ;; Loop over incorrect words, in the order they were reported,
@@ -1409,8 +1409,7 @@
 ;;*    declared correct.                                                */
 ;;*---------------------------------------------------------------------*/
 (defun flyspell-process-localwords (misspellings-buffer)
-  (let (localwords
-       (case-fold-search nil)
+  (let (localwords case-fold-search
        (ispell-casechars (ispell-get-casechars)))
     ;; Get localwords from the original buffer
     (save-excursion




reply via email to

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