From 3ce833aa5de4b2955ef00422bc3d1d77735116d5 Mon Sep 17 00:00:00 2001 From: Context Git Mirror Bot Date: Wed, 9 Jul 2014 11:15:05 +0200 Subject: 2014-07-09 10:28:00 --- tex/context/base/l-lpeg.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'tex/context/base/l-lpeg.lua') diff --git a/tex/context/base/l-lpeg.lua b/tex/context/base/l-lpeg.lua index 79e75a7b7..f3fd28b1d 100644 --- a/tex/context/base/l-lpeg.lua +++ b/tex/context/base/l-lpeg.lua @@ -499,7 +499,6 @@ function lpeg.finder(lst,makefunction,isutf) -- beware: slower than find with 'p pattern = P(lst) end if isutf then --- pattern = ((utf8char or 1)-pattern)^0 * pattern pattern = ((utf8char or 1)-pattern)^0 * pattern else pattern = (1-pattern)^0 * pattern -- cgit v1.2.3