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 12:27:49 +0000

Index: emacs/lisp/textmodes/flyspell.el
diff -u emacs/lisp/textmodes/flyspell.el:1.100 
emacs/lisp/textmodes/flyspell.el:1.101
--- emacs/lisp/textmodes/flyspell.el:1.100      Fri Mar  3 11:49:22 2006
+++ emacs/lisp/textmodes/flyspell.el    Fri Mar  3 12:27:49 2006
@@ -1410,6 +1410,7 @@
 ;;*---------------------------------------------------------------------*/
 (defun flyspell-process-localwords (misspellings-buffer)
   (let (localwords
+       (case-fold-search nil)
        (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]