[latex3-commits] [l3svn] 03/04: Correct csname lookup for color conversion
noreply at latex-project.org
noreply at latex-project.org
Thu Oct 26 00:00:22 CEST 2017
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit ae9892d8a8bbe03cd7bd947cab6c474ec0b05d28
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Oct 25 22:30:59 2017 +0100
Correct csname lookup for color conversion
This will likely change too ...
---
l3kernel/l3drivers.dtx | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/l3kernel/l3drivers.dtx b/l3kernel/l3drivers.dtx
index a23eb68..368ac2f 100644
--- a/l3kernel/l3drivers.dtx
+++ b/l3kernel/l3drivers.dtx
@@ -576,7 +576,11 @@
{
color~push~
\cs_if_exist_use:cF
- { \exp_after:wN \@@_convert_model:w \l__color_current_tl \q_stop }
+ {
+ @@_color_convert_
+ \exp_after:wN \@@_convert_model:w \l__color_current_tl \q_stop
+ :
+ }
{ \tl_use:N \l__color_current_tl }
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list