summaryrefslogtreecommitdiff
path: root/tex/context/base/l-lua.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2014-02-14 17:07:00 +0100
committerHans Hagen <pragma@wxs.nl>2014-02-14 17:07:00 +0100
commit244a447d70f406e1341a56016564518013496a32 (patch)
tree550e47f97400c705f570c5376650e1f6ef1f634f /tex/context/base/l-lua.lua
parentf4f8db5c9230c293f454b335b777d211840463a7 (diff)
downloadcontext-244a447d70f406e1341a56016564518013496a32.tar.gz
beta 2014.02.14 17:07
Diffstat (limited to 'tex/context/base/l-lua.lua')
-rw-r--r--tex/context/base/l-lua.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/tex/context/base/l-lua.lua b/tex/context/base/l-lua.lua
index 233e1aa0f..4a96b0b1d 100644
--- a/tex/context/base/l-lua.lua
+++ b/tex/context/base/l-lua.lua
@@ -151,4 +151,6 @@ end
-- nice for non ascii scripts (this might move):
-lua.mask = load([[τεχ = 1]]) and "utf" or "ascii"
+if lua then
+ lua.mask = load([[τεχ = 1]]) and "utf" or "ascii"
+end