From a8bfd22a8cabd0fff5296ae326444068b26b93e0 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 15 May 1997 05:10:14 +0000 Subject: Reduce false parssing of "no" prefixes. svn path=/trunk/; revision=1009 --- rcfile_l.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rcfile_l.l') diff --git a/rcfile_l.l b/rcfile_l.l index f50062c1..4fa4185e 100644 --- a/rcfile_l.l +++ b/rcfile_l.l @@ -55,7 +55,7 @@ to { return TO; } = { return MAP; } "*" { return WILDCARD; } -no/.* { return NO;} +no/[kfrsdu ] { return NO;} keep { return KEEP; } flush { return FLUSH; } -- cgit v1.2.3