summaryrefslogtreecommitdiff
path: root/tex/context/base/util-str.lua
diff options
context:
space:
mode:
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,