[latex3-commits] [l3svn] 03/04: Code typos in l3color-extra

noreply at latex-project.org noreply at latex-project.org
Wed Oct 11 18:38:53 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 fae158ff71a14f34d61998c46d2ebbe4e330b707
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Oct 11 17:34:10 2017 +0100

    Code typos in l3color-extra
---
 l3trial/l3color-extra/l3color-extra.dtx |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/l3trial/l3color-extra/l3color-extra.dtx b/l3trial/l3color-extra/l3color-extra.dtx
index 349828e..4eb82c5 100644
--- a/l3trial/l3color-extra/l3color-extra.dtx
+++ b/l3trial/l3color-extra/l3color-extra.dtx
@@ -304,12 +304,13 @@
 %   precursor functions look for a pre-defined name, either on its own or
 %   with a trailing |!| (which is the same thing).
 %    \begin{macrocode}
-\cs_new_protected:Npn \@@_parse:nN #1#2
+\cs_new_protected:Npn \@@_parse_aux:nN #1#2
   {
     \tl_if_exist:cTF { l_@@_named_ #1 _tl }
       { \tl_set_eq:Nc #2 { l_@@_named_ #1 _tl } }
       { \@@_parse:Nw #2#1 ! \q_stop }
   }
+\cs_generate_variant:Nn \@@_parse_aux:nN { V }
 \cs_new_protected:Npn \@@_parse:Nw #1#2 ! #3 \q_stop
   {
     \@@_if_defined:nTF {#2}
@@ -492,7 +493,7 @@
 %   Parse the input expressions then get the driver to actually activate
 %   them.
 %    \begin{macrocode}
-\cs_new_protected:Npn \color_select:n {#1}
+\cs_new_protected:Npn \color_select:n #1
   {
     \@@_parse:nN {#1} \l_@@_current_tl
     \__driver_color_select: 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list