[latex3-commits] [l3svn] 01/03: Driver functions typically are 'fast'/make assumptions

noreply at latex-project.org noreply at latex-project.org
Wed Oct 25 08:34:20 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 26393f11e2475958421dd6a8fb34f224b04e49ba
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Oct 25 07:19:32 2017 +0100

    Driver functions typically are 'fast'/make assumptions
    
    No real gain here in passing a value: we know that the variable has to
    be set.
---
 l3trial/l3color-extras/l3color-extras.dtx |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/l3trial/l3color-extras/l3color-extras.dtx b/l3trial/l3color-extras/l3color-extras.dtx
index 161e6c9..6acef80 100644
--- a/l3trial/l3color-extras/l3color-extras.dtx
+++ b/l3trial/l3color-extras/l3color-extras.dtx
@@ -813,11 +813,12 @@
   {
     \@@_parse:nN {#1} \l_@@_page_tl
     \@@_finalise:N \l_@@_page_tl
-    \__driver_color_page:V \l_@@_page_tl
+    \__driver_color_page:
   }
 \cs_new_protected:Npn \color_page_clear:
   {
-    \__driver_color_page:n { }
+    \tl_clear:N \l_@@_page_tl
+    \__driver_color_page:
   }
 %    \end{macrocode}
 % \end{macro}

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


More information about the latex3-commits mailing list