summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/font-sty.mklx
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/font-sty.mklx')
-rw-r--r--tex/context/base/mkxl/font-sty.mklx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/mkxl/font-sty.mklx b/tex/context/base/mkxl/font-sty.mklx
index 49fa52d38..95d2944d1 100644
--- a/tex/context/base/mkxl/font-sty.mklx
+++ b/tex/context/base/mkxl/font-sty.mklx
@@ -183,7 +183,7 @@
\mutable\lettonothing\currentdetokenizedstyleparameter
\permanent\protected\def\dousestyleparameter#value%
- {\edef\currentstyleparameter{#value}%
+ {\cdef\currentstyleparameter{#value}%
\ifempty\currentstyleparameter\else
\expandafter\dousecurrentstyleparameter
\fi}
@@ -194,7 +194,7 @@
\fi}
\permanent\protected\def\dousecurrentstyleparameter % empty check outside here
- {\edef\currentdetokenizedstyleparameter{\detokenize\expandafter{\currentstyleparameter}}%
+ {\cdef\currentdetokenizedstyleparameter{\detokenize\expandafter{\currentstyleparameter}}%
\settrue\fontattributeisset % reset is done elsewhere
\ifcsname\??alternativestyle\currentdetokenizedstyleparameter\endcsname
\lastnamedcs
@@ -254,7 +254,7 @@
\let\nexttoken}
\protected\def\font_styles_use_defined#name%
- {\edef\currentstyle{#name}%
+ {\cdef\currentstyle{#name}%
\usestylestyleandcolor\c!style\c!color}
\protected\def\font_styles_use_generic#specification%