+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
;;*---------------------------------------------------------------------*/
(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