summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/toks-aux.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/toks-aux.lmt')
-rw-r--r--tex/context/base/mkxl/toks-aux.lmt3
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/context/base/mkxl/toks-aux.lmt b/tex/context/base/mkxl/toks-aux.lmt
index 1b640b8ad..35676841e 100644
--- a/tex/context/base/mkxl/toks-aux.lmt
+++ b/tex/context/base/mkxl/toks-aux.lmt
@@ -149,8 +149,9 @@ end
tex.groupcodes = getthem(tex.getgroupvalues, "", "groupcode")
tex.glyphoptioncodes = getthem(tex.getglyphoptionvalues, "", "code")
tex.discoptioncodes = getthem(tex.getdiscoptionvalues, "", "code")
-tex.mathoptioncodes = getthem(tex.getmathoptionvalues, "", "")
+tex.mathoptioncodes = getthem(tex.getmathoptionvalues, "", "") -- only at lua end
tex.mathcontrolcodes = getthem(tex.getmathcontrolvalues, "", "mathcontrolcode")
+tex.textcontrolcodes = getthem(tex.gettextcontrolvalues, "", "") -- only at lua end
tex.mathflattencodes = getthem(tex.getmathflattenvalues, "", "flattencode")
tex.hyphenationcodes = getthem(tex.gethyphenationvalues, "", "hyphenationmodecode")
tex.frozenparcodes = getthem(tex.getfrozenparvalues, "frozen", "code")