Mercurial > emacs
changeset 69254:877f109009ca
(flyspell-external-point-words): Be case-sensitive.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 03 Mar 2006 11:49:22 +0000 |
parents | b7275f2dd70a |
children | 651c5e7479de |
files | lisp/textmodes/flyspell.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/flyspell.el Fri Mar 03 11:44:11 2006 +0000 +++ b/lisp/textmodes/flyspell.el Fri Mar 03 11:49:22 2006 +0000 @@ -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,