summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/scrn-ini.mklx
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/scrn-ini.mklx')
-rw-r--r--tex/context/base/mkxl/scrn-ini.mklx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/mkxl/scrn-ini.mklx b/tex/context/base/mkxl/scrn-ini.mklx
index 1308ff6ec..7d6c96d9b 100644
--- a/tex/context/base/mkxl/scrn-ini.mklx
+++ b/tex/context/base/mkxl/scrn-ini.mklx
@@ -77,11 +77,11 @@
% \to \everydefineinteraction
%
% \protected\def\scrn_interaction_direct#1%
-% {\edef\currentinteraction{#1}}
+% {\cdef\currentinteraction{#1}}
%
% \protected\def\scrn_interaction_start#1%
% {\pushmacro\currentinteraction
-% \edef\currentinteraction{#1}}
+% \cdef\currentinteraction{#1}}
%
% \protected\def\scrn_interaction_stop
% {\popmacro\currentinteraction}
@@ -93,7 +93,7 @@
\permanent\protected\def\startinteraction[#1]%
{\pushmacro\currentinteraction
- \edef\currentinteraction{#1}}
+ \cdef\currentinteraction{#1}}
\permanent\protected\def\stopinteraction
{\popmacro\currentinteraction}