summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/toks-ini.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/toks-ini.lmt')
-rw-r--r--tex/context/base/mkxl/toks-ini.lmt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkxl/toks-ini.lmt b/tex/context/base/mkxl/toks-ini.lmt
index 3e9ff362b..e4bf7626f 100644
--- a/tex/context/base/mkxl/toks-ini.lmt
+++ b/tex/context/base/mkxl/toks-ini.lmt
@@ -293,7 +293,7 @@ end
tokens.cache = table.setmetatableindex(function(t,k)
if not isdefined(k) then
- setmacro(k,"","global")
+ setmacro(k,"","global") -- So we default to nothing! Maybe some message as option?
end
local v = createtoken(k)
t[k] = v