summaryrefslogtreecommitdiff
path: root/tex/context/base/mult-cld.mkiv
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mult-cld.mkiv')
-rw-r--r--tex/context/base/mult-cld.mkiv6
1 files changed, 5 insertions, 1 deletions
diff --git a/tex/context/base/mult-cld.mkiv b/tex/context/base/mult-cld.mkiv
index 7fcb96553..97b69b92e 100644
--- a/tex/context/base/mult-cld.mkiv
+++ b/tex/context/base/mult-cld.mkiv
@@ -21,10 +21,14 @@
\unexpanded\def\mkivdefstart #1{\unexpanded\expandafter\def\csname\e!start#1\endcsname}
\unexpanded\def\mkivdefstop #1{\unexpanded\expandafter\def\csname\e!stop #1\endcsname}
\unexpanded\def\mkivdef #1{\unexpanded\expandafter\def\csname #1\endcsname}
- \def\mkivflush #1{\directlua\zerocount{context._flush_(#1)}} % this one will get protected
\unexpanded\def\cldprocessfile#1{\directlua\zerocount{context.runfile("#1")}}
\def\cldcontext #1{\directlua\zerocount{context(#1)}}
\def\cldcommand #1{\directlua\zerocount{context.#1}}
+ \def\mkivflush #1{\directlua\zerocount{context._flush_f_(#1)}} % obsolete
+
+ \def\cldff #1{\directlua\zerocount{cldff(#1)}} % global
+ \def\cldfn #1{\directlua\zerocount{cldfn(#1)}} % global
+
\protect \endinput