[latex3-commits] [l3svn] 02/03: Rename auxiliary

noreply at latex-project.org noreply at latex-project.org
Thu Sep 10 17:54:14 CEST 2015


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit 64ea19054197d18f64add8f4ff910f91e01aa6d2
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Sep 10 16:36:14 2015 +0100

    Rename auxiliary
    
    Policy is nowadays to use only one "w" here.
---
 l3kernel/l3candidates.dtx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index a933028..8ab4d8f 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -4378,7 +4378,7 @@
 %    \begin{macrocode}
 \cs_new:Npn \char_generate:nn #1#2
   {
-    \exp:w \exp_after:wN \@@_generate_auxi:ww
+    \exp:w \exp_after:wN \@@_generate_auxi:w
       \int_use:N \__int_eval:w #1 \exp_after:wN ;
       \int_use:N \__int_eval:w #2 ;
   }
@@ -4392,7 +4392,7 @@
 %   done with macro emulation either, so is flagged up separately. That
 %   done, hand off to the engine-dependent part.
 %    \begin{macrocode}
-\cs_new:Npn \@@_generate_auxi:ww #1 ; #2 ;
+\cs_new:Npn \@@_generate_auxi:w #1 ; #2 ;
   {
     \if_int_compare:w #2 = \c_thirteen
       \__msg_kernel_expandable_error:nn { kernel } { char-active }

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


More information about the latex3-commits mailing list