From c727ed7331960718681fa4222bec81fb577b56fb Mon Sep 17 00:00:00 2001 From: Context Git Mirror Bot Date: Fri, 12 Jun 2015 10:15:04 +0200 Subject: 2015-06-12 10:08:00 --- tex/context/base/l-lpeg.lua | 2 +- 1 file changed, 1 insertion(+), 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 55a0d8929..5be12468b 100644 --- a/tex/context/base/l-lpeg.lua +++ b/tex/context/base/l-lpeg.lua @@ -82,7 +82,7 @@ local lpegtype, lpegmatch, lpegprint = lpeg.type, lpeg.match, lpeg.print -- let's start with an inspector: if setinspector then - setinspector(function(v) if lpegtype(v) then lpegprint(v) return true end end) + setinspector("lpeg",function(v) if lpegtype(v) then lpegprint(v) return true end end) end -- Beware, we predefine a bunch of patterns here and one reason for doing so -- cgit v1.2.3