summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/font-sty.mklx
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2022-12-15 19:13:44 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2022-12-15 19:13:44 +0100
commit8f472c629a996f1c08281198210354a253d7f56b (patch)
tree26f5fa0bda520d7ea9e87947df6978b9085a7d58 /tex/context/base/mkxl/font-sty.mklx
parent3bdc9b9072bba774cd5c604fe185d39ddbdc911e (diff)
downloadcontext-8f472c629a996f1c08281198210354a253d7f56b.tar.gz
2022-12-15 17:52:00
Diffstat (limited to 'tex/context/base/mkxl/font-sty.mklx')
-rw-r--r--tex/context/base/mkxl/font-sty.mklx10
1 files changed, 5 insertions, 5 deletions
diff --git a/tex/context/base/mkxl/font-sty.mklx b/tex/context/base/mkxl/font-sty.mklx
index 5391f39b6..49fa52d38 100644
--- a/tex/context/base/mkxl/font-sty.mklx
+++ b/tex/context/base/mkxl/font-sty.mklx
@@ -142,8 +142,8 @@
%D These commands are not grouped! Grouping is most probably done by the calling
%D macro's and would lead to unnecessary overhead.
-\let\m_current_convert_font \empty
-\let\m_current_convert_font_dt\empty
+\lettonothing\m_current_convert_font
+\lettonothing\m_current_convert_font_dt
\permanent\protected\def\doconvertfont#specification% takes second argument / this command is obsolete
{\edef\m_current_convert_font{#specification}%
@@ -180,7 +180,7 @@
\setfalse\fontattributeisset
-\mutable\let\currentdetokenizedstyleparameter\empty
+\mutable\lettonothing\currentdetokenizedstyleparameter
\permanent\protected\def\dousestyleparameter#value%
{\edef\currentstyleparameter{#value}%
@@ -259,8 +259,8 @@
\protected\def\font_styles_use_generic#specification%
{\let\currentstyle\s!unknown % reasonable generic tag
- \letstyleparameter\c!style\empty
- \letstyleparameter\c!color\empty
+ \resetstyleparameter\c!style
+ \resetstyleparameter\c!color
\setupcurrentstyle[#specification]%
\usestylestyleandcolor\c!style\c!color}