summaryrefslogtreecommitdiff
path: root/tex/context/base/l-lpeg.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-02-26 01:40:31 +0200
committerMarius <mariausol@gmail.com>2013-02-26 01:40:31 +0200
commit0d5087c4edd28707b198afabd26016fe922c6e35 (patch)
tree4fb23acb74c0c046a91dc4d1006b689d89448d49 /tex/context/base/l-lpeg.lua
parentf6b142ac209f26e0164dd37933dd622251f9564c (diff)
downloadcontext-0d5087c4edd28707b198afabd26016fe922c6e35.tar.gz
beta 2013.02.26 00:17
Diffstat (limited to 'tex/context/base/l-lpeg.lua')
-rw-r--r--tex/context/base/l-lpeg.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/l-lpeg.lua b/tex/context/base/l-lpeg.lua
index 9a08647f9..9bd9706bf 100644
--- a/tex/context/base/l-lpeg.lua
+++ b/tex/context/base/l-lpeg.lua
@@ -11,7 +11,7 @@ if not modules then modules = { } end modules ['l-lpeg'] = {
-- move utf -> l-unicode
-- move string -> l-string or keep it here
-local lpeg = require("lpeg")
+lpeg = require("lpeg")
-- tracing (only used when we encounter a problem in integration of lpeg in luatex)