summaryrefslogtreecommitdiff
path: root/tex/context/base/util-str.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2014-01-30 13:20:15 +0200
committerMarius <mariausol@gmail.com>2014-01-30 13:20:15 +0200
commitbed521c2be2cfc35e739e13d03ba171417a04453 (patch)
tree65334bc08d3439e1c81b8e0873b4bb593b9aa7ce /tex/context/base/util-str.lua
parentac074df1b1f183f54be4086757cb2b85417fc903 (diff)
downloadcontext-bed521c2be2cfc35e739e13d03ba171417a04453.tar.gz
beta 2014.01.30 12:15
Diffstat (limited to 'tex/context/base/util-str.lua')
-rw-r--r--tex/context/base/util-str.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tex/context/base/util-str.lua b/tex/context/base/util-str.lua
index 421eefdf3..f04f0e573 100644
--- a/tex/context/base/util-str.lua
+++ b/tex/context/base/util-str.lua
@@ -336,6 +336,7 @@ return function(%s) return %s end
-- ]]
local environment = {
+ global = global or _G,
lpeg = lpeg,
type = type,
tostring = tostring,