From: Andreas Schwab Date: Sun, 15 Jan 2006 12:07:41 +0000 (+0000) Subject: (Freplace_match): Use UPPERCASEP instead of !NOCASEP. X-Git-Tag: emacs-pretest-22.0.90~4743 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d16c2b662cc4d97882f56886155bf67ee0038490;p=emacs.git (Freplace_match): Use UPPERCASEP instead of !NOCASEP. --- diff --git a/src/search.c b/src/search.c index ab4b2a0f519..e12bf69d2a1 100644 --- a/src/search.c +++ b/src/search.c @@ -2376,7 +2376,7 @@ since only regular expressions have distinguished subexpressions. */) else some_multiletter_word = 1; } - else if (!NOCASEP (c)) + else if (UPPERCASEP (c)) { some_uppercase = 1; if (SYNTAX (prevc) != Sword)