summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/tex/commands.w
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2015-11-18 08:25:23 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2015-11-18 08:25:23 +0000
commit7ae492aadd1e1d3a45173ad2a7fa9cdc5e550434 (patch)
treea485c3db2bb512c57436c04ae338b5a722cddbde /Build/source/texk/web2c/luatexdir/tex/commands.w
parent9a547094952e1015885763cec452f3f2a577ffc1 (diff)
web2c/luatexdir: Sync with the upstream.
git-svn-id: svn://tug.org/texlive/trunk@38885 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/tex/commands.w')
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/commands.w8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/commands.w b/Build/source/texk/web2c/luatexdir/tex/commands.w
index de4db31ee60..8cd6128b54d 100644
--- a/Build/source/texk/web2c/luatexdir/tex/commands.w
+++ b/Build/source/texk/web2c/luatexdir/tex/commands.w
@@ -689,11 +689,11 @@ void initialize_commands(void)
primitive_luatex("latelua", normal_cmd, late_lua_code, 0);
primitive_luatex("insertht", convert_cmd, insert_ht_code, 0);
primitive_luatex("dviextension", extension_cmd, dvi_extension_code, 0);
- primitive_luatex("dvifeedback", convert_cmd, dvi_feedback_code, 0);
- primitive_luatex("dvivariable", convert_cmd, dvi_variable_code, 0);
+ primitive_luatex("dvifeedback", feedback_cmd, dvi_feedback_code, 0);
+ primitive_luatex("dvivariable", variable_cmd, dvi_variable_code, 0);
primitive_luatex("pdfextension", extension_cmd, pdf_extension_code, 0);
- primitive_luatex("pdffeedback", convert_cmd, pdf_feedback_code, 0);
- primitive_luatex("pdfvariable", convert_cmd, pdf_variable_code, 0);
+ primitive_luatex("pdffeedback", feedback_cmd, pdf_feedback_code, 0);
+ primitive_luatex("pdfvariable", variable_cmd, pdf_variable_code, 0);
primitive_luatex("mathoption", option_cmd, math_option_code, 0);
/*