[latex3-commits] [git/LaTeX3-latex3-latex3] fallback-model: Use \cs_if_exist_use:cTF (16987d966)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Jan 10 14:43:23 CET 2022
Repository : https://github.com/latex3/latex3
On branch : fallback-model
Link : https://github.com/latex3/latex3/commit/16987d9669fcce3f4686b393f19d65c2968ad31e
>---------------------------------------------------------------
commit 16987d9669fcce3f4686b393f19d65c2968ad31e
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Tue Oct 26 13:40:36 2021 +0200
Use \cs_if_exist_use:cTF
>---------------------------------------------------------------
16987d9669fcce3f4686b393f19d65c2968ad31e
l3kernel/l3color.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3kernel/l3color.dtx b/l3kernel/l3color.dtx
index 99d62953d..b9b296be7 100644
--- a/l3kernel/l3color.dtx
+++ b/l3kernel/l3color.dtx
@@ -656,8 +656,8 @@
{
\tl_set:Nx #4
{
- \cs_if_exist:cTF { @@_convert_ #1 _ #2 :w }
- { \use:c { @@_convert_ #1 _ #2 :w } #3 \s_@@_stop }
+ \cs_if_exist_use:cTF { @@_convert_ #1 _ #2 :w }
+ { #3 \s_@@_stop }
{ \use:c { c_@@_fallback_ #2 _tl } }
}
}
More information about the latex3-commits
mailing list.