diff options
Diffstat (limited to 'tex/context/base/mkxl/font-col.mklx')
-rw-r--r-- | tex/context/base/mkxl/font-col.mklx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/mkxl/font-col.mklx b/tex/context/base/mkxl/font-col.mklx index bd099bbe9..03515201f 100644 --- a/tex/context/base/mkxl/font-col.mklx +++ b/tex/context/base/mkxl/font-col.mklx @@ -34,7 +34,7 @@ \permanent\tolerant\protected\def\definefontfallback[#name]#spacer[#font]#spacer[#ranges]#spacer[#settings]% {\let\mathsizesuffix\relax \clf_fontcollectiondefine{#name}{#font}{#ranges}{#settings}% - \let\mathsizesuffix\empty} + \lettonothing\mathsizesuffix} \permanent\tolerant\protected\def\resetfontfallback[#name]#spacer[#font]% {\clf_fontcollectionreset{#name}{#font}} @@ -54,7 +54,7 @@ \font_fallbacks_prepare#fallbacks% \endgroup} -\let\m_font_fallbacks\empty % set in the font-ini +\lettonothing\m_font_fallbacks % set in the font-ini \appendtoks \ifconditional\c_font_fallbacks_in_progress\else @@ -68,7 +68,7 @@ \fi \to\everydefinefont -\let\m_font_fallbacks_spec\empty +\lettonothing\m_font_fallbacks_spec \def\font_fallbacks_start_cloning {\begingroup |