aboutsummaryrefslogtreecommitdiffstats
path: root/src/search.c
diff options
context:
space:
mode:
authorAndreas Schwab <[email protected]>2006-01-15 12:07:41 +0000
committerAndreas Schwab <[email protected]>2006-01-15 12:07:41 +0000
commitd16c2b662cc4d97882f56886155bf67ee0038490 (patch)
treeaa8acd9640d1a09f27e99ced778d3792ab9425ae /src/search.c
parent30f240162b6647aa84aed84b4e51fd381e18b5eb (diff)
(Freplace_match): Use UPPERCASEP instead of !NOCASEP.
Diffstat (limited to 'src/search.c')
-rw-r--r--src/search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.c b/src/search.c
index ab4b2a0f51..e12bf69d2a 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)