[latex3-commits] [git/LaTeX3-latex3-latex3] main: More work on out-of-scope color (7b7fdbb52)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Jan 20 10:26:07 CET 2022


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/7b7fdbb529eaeef6b86ffe953ebe15e23b2df4c0

>---------------------------------------------------------------

commit 7b7fdbb529eaeef6b86ffe953ebe15e23b2df4c0
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Jan 20 09:26:07 2022 +0000

    More work on out-of-scope color


>---------------------------------------------------------------

7b7fdbb529eaeef6b86ffe953ebe15e23b2df4c0
 l3kernel/l3color.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/l3color.dtx b/l3kernel/l3color.dtx
index 29d3e99c2..917f3c963 100644
--- a/l3kernel/l3color.dtx
+++ b/l3kernel/l3color.dtx
@@ -800,7 +800,7 @@
 %    \begin{macrocode}
 \cs_new_protected:Npn \@@_parse_aux:nN #1#2
   {
-    \tl_if_exist:cTF { l_@@_named_ #1 _prop }
+    \@@_if_defined:nTF {#1}
       { \@@_parse_set_eq:Nn #2 {#1} }
       { \@@_parse:Nw #2#1 ! \s_@@_stop }
     \@@_check_model:N #2





More information about the latex3-commits mailing list.