summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/tex/commands.c
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2022-01-23 21:24:49 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2022-01-23 21:24:49 +0000
commitd39c2f56a0bdf0ee397e6871bb20b5c75c0ea8cb (patch)
treedeb91708c7f632609eba9d6394cc3b44ceb7427e /Build/source/texk/web2c/luatexdir/tex/commands.c
parentae51dd95270e1fff9fc6fcc539b6ffcf1efc5fff (diff)
luatex : sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@61717 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/tex/commands.c')
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/commands.c b/Build/source/texk/web2c/luatexdir/tex/commands.c
index 899e84c3bb7..9cf5efeeec5 100644
--- a/Build/source/texk/web2c/luatexdir/tex/commands.c
+++ b/Build/source/texk/web2c/luatexdir/tex/commands.c
@@ -799,6 +799,7 @@ void initialize_etex_commands(void)
primitive_luatex("mathnolimitsmode", assign_int_cmd, int_base + math_nolimits_mode_code, int_base);
primitive_luatex("mathitalicsmode", assign_int_cmd, int_base + math_italics_mode_code, int_base);
primitive_luatex("mathrulesmode", assign_int_cmd, int_base + math_rules_mode_code, int_base);
+ primitive_luatex("matheqdirmode", assign_int_cmd, int_base + math_eq_dir_mode_code, int_base);
primitive_luatex("mathrulesfam", assign_int_cmd, int_base + math_rules_fam_code, int_base);
primitive_luatex("synctex", assign_int_cmd, int_base + synctex_code, int_base);