summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/luat-ini.mkxl
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/luat-ini.mkxl')
-rw-r--r--tex/context/base/mkxl/luat-ini.mkxl10
1 files changed, 5 insertions, 5 deletions
diff --git a/tex/context/base/mkxl/luat-ini.mkxl b/tex/context/base/mkxl/luat-ini.mkxl
index 4f6556eda..472e8326e 100644
--- a/tex/context/base/mkxl/luat-ini.mkxl
+++ b/tex/context/base/mkxl/luat-ini.mkxl
@@ -273,23 +273,23 @@
%
% \installctxfunction\foo{commands.foo}
-\protected\def\installctxfunction#1#2% expandable
+\permanent\protected\def\installctxfunction#1#2% expandable
{\edef\m_syst_name{\csstring#1}%
\global\expandafter\normalluadef\csname\m_syst_name\endcsname\ctxcommand{ctxfunction(\!!bs#2\!!es,true)}\relax}
-\protected\def\installctxscanner#1#2% expandable
+\permanent\protected\def\installctxscanner#1#2% expandable
{\edef\m_syst_name{\csstring#1}%
\global\expandafter\normalluadef\csname\m_syst_name\endcsname\ctxcommand{ctxscanner("\m_syst_name",\!!bs#2\!!es,true)}\relax}
-\protected\def\installprotectedctxfunction#1#2% protected
+\permanent\protected\def\installprotectedctxfunction#1#2% protected
{\edef\m_syst_name{\csstring#1}%
\global\protected\expandafter\normalluadef\csname\m_syst_name\endcsname\ctxcommand{ctxfunction(\!!bs#2\!!es,true)}\relax}
-\protected\def\installprotectedctxscanner#1#2% protected
+\permanent\protected\def\installprotectedctxscanner#1#2% protected
{\edef\m_syst_name{\csstring#1}%
\global\protected\expandafter\normalluadef\csname\m_syst_name\endcsname\ctxcommand{ctxscanner("\m_syst_name",\!!bs#2\!!es,true)}\relax}
-\protected\def\resetctxscanner#1%
+\permanent\protected\def\resetctxscanner#1%
{\edef\m_syst_name{\csstring#1}%
\gletcsname\m_syst_name\endcsname\relax}