diff options
author | Hans Hagen <pragma@wxs.nl> | 2020-11-26 16:22:35 +0100 |
---|---|---|
committer | Context Git Mirror Bot <phg@phi-gamma.net> | 2020-11-26 16:22:35 +0100 |
commit | b27d13bebb952ac46eb5ee1305f4ad8a7183132c (patch) | |
tree | 8b4db8d3d46f6117ab12bb09eb038364cc6cf912 /tex/context/base/mkxl/font-sel.mklx | |
parent | a9cb00276fab1f821b3e237270769b74ee44b2bd (diff) | |
download | context-b27d13bebb952ac46eb5ee1305f4ad8a7183132c.tar.gz |
2020-11-26 15:41:00
Diffstat (limited to 'tex/context/base/mkxl/font-sel.mklx')
-rw-r--r-- | tex/context/base/mkxl/font-sel.mklx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkxl/font-sel.mklx b/tex/context/base/mkxl/font-sel.mklx index be9215704..a1fc8cd7f 100644 --- a/tex/context/base/mkxl/font-sel.mklx +++ b/tex/context/base/mkxl/font-sel.mklx @@ -23,7 +23,7 @@ \checkselectfontparent \setupcurrentselectfont[#settings]% \edef\p_selectfont_preset{\selectfontparameter\c!preset}% - \ifx\p_selectfont_preset\empty \else + \ifempty\p_selectfont_preset \else \processcommacommand[\p_selectfont_preset]\selectfont_preset_process \setupcurrentselectfont[#settings]% \fi |