summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/syst-lua.mkxl
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2020-05-12 17:07:12 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2020-05-12 17:07:12 +0200
commitd7b2b626996a97ebb9911c972b920f8eace34d4f (patch)
tree8088503542c84a8e141712bfabe3e6556154ce77 /tex/context/base/mkiv/syst-lua.mkxl
parent924914d6830838e5b8191c6996c66fbfe50cd70d (diff)
downloadcontext-d7b2b626996a97ebb9911c972b920f8eace34d4f.tar.gz
2020-05-12 16:20:00
Diffstat (limited to 'tex/context/base/mkiv/syst-lua.mkxl')
-rw-r--r--tex/context/base/mkiv/syst-lua.mkxl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/syst-lua.mkxl b/tex/context/base/mkiv/syst-lua.mkxl
index cf20c3341..ae0de0f22 100644
--- a/tex/context/base/mkiv/syst-lua.mkxl
+++ b/tex/context/base/mkiv/syst-lua.mkxl
@@ -50,7 +50,7 @@
%D We can omit the tex.ctxcatcodes here as nowadays we seldom change the regime at
%D the \TEX\ end:
-%def\luaexpr#1{\ctxlua{context (tostring(#1))}} % more efficient:
+%def\luaexpr#1{\ctxlua{context (tostring(#1))}} % more efficient:
\def\luaexpr#1{\ctxlua{tex.print(tostring(#1))}} % no use is shortcutting has to be compiled
%D But as we only use write 16 we could as well do all in \LUA\ and ignore the rest.