]> git.eshelyaron.com Git - emacs.git/commitdiff
(flyspell-process-localwords): Be case-sensitive.
authorEli Zaretskii <eliz@gnu.org>
Fri, 3 Mar 2006 12:28:24 +0000 (12:28 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 3 Mar 2006 12:28:24 +0000 (12:28 +0000)
lisp/ChangeLog
lisp/textmodes/flyspell.el

index 4eabd34743d7db05499cdd2c5b48691abd3f7825..9a539543947beed2029b542e3ca3dd967a3b4af2 100644 (file)
@@ -1,3 +1,8 @@
+2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
+
+       textmodes/flyspell.el (flyspell-process-localwords): Be
+       case-sensitive.
+
 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
 
        * cus-edit.el (custom-quote): Remove function, since it has been
index 35bf8d46100119f024eb8f21a88fea616f88469a..96862b9c6717d58d0517892e992778192156685d 100644 (file)
@@ -1410,6 +1410,7 @@ The buffer to mark them in is `flyspell-large-region-buffer'."
 ;;*---------------------------------------------------------------------*/
 (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