summaryrefslogtreecommitdiff
path: root/tex/context/base/core-fil.mkiv
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/core-fil.mkiv')
-rw-r--r--tex/context/base/core-fil.mkiv4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/core-fil.mkiv b/tex/context/base/core-fil.mkiv
index e54095bb1..4ab78f082 100644
--- a/tex/context/base/core-fil.mkiv
+++ b/tex/context/base/core-fil.mkiv
@@ -93,7 +93,7 @@
%D can \type {\end} in modules.
\def\dodousemodules#1#2%
- {\ctxlua{commands.usemodules("#1","#2","\truefilename{#2}")}}
+ {\ctxcommand{usemodules("#1","#2","\truefilename{#2}")}}
\def\usemodules
{\dotripleempty\dousemodules}
@@ -218,7 +218,7 @@
\doglobal\setflag{#2}}%
\ifx#1\undefined
\writestatus\m!systems{command \string#1 not found in file #2}%
- \def#1{{\infofont[unknown command \string#1]}}%
+ \gdef#1{{\infofont[unknown command \string#1]}}%
\fi
#1}