summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/tex/commands.c
diff options
context:
space:
mode:
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 9cf5efeeec5..b502cf287fe 100644
--- a/Build/source/texk/web2c/luatexdir/tex/commands.c
+++ b/Build/source/texk/web2c/luatexdir/tex/commands.c
@@ -119,6 +119,7 @@ void initialize_commands(void)
primitive_tex("floatingpenalty", assign_int_cmd, int_base + floating_penalty_code, int_base);
primitive_tex("globaldefs", assign_int_cmd, int_base + global_defs_code, int_base);
primitive_tex("fam", assign_int_cmd, int_base + cur_fam_code, int_base);
+ primitive_luatex("variablefam", assign_int_cmd, int_base + var_fam_code, int_base);
primitive_tex("escapechar", assign_int_cmd, int_base + escape_char_code, int_base);
primitive_tex("defaulthyphenchar", assign_int_cmd, int_base + default_hyphen_char_code, int_base);
primitive_tex("defaultskewchar", assign_int_cmd, int_base + default_skew_char_code, int_base);