[latex3-commits] [l3svn] branch master updated: Use @@ convention for one auxiliary

noreply at latex-project.org noreply at latex-project.org
Thu Sep 3 10:24:37 CEST 2015


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

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  e8ef756   Use @@ convention for one auxiliary
e8ef756 is described below

commit e8ef7566e864f594794c8a392bfbc927120de7c1
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Sep 3 09:24:00 2015 +0100

    Use @@ convention for one auxiliary
    
    Thanks to QL.
---
 l3kernel/l3candidates.dtx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index 2c518d5..9b3171f 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -4322,7 +4322,7 @@
 %    \begin{macrocode}
 \group_begin:
   \char_set_catcode_active:N \^^@
-  \cs_set_protected:Npn \char_tmp:nN #1#2
+  \cs_set_protected:Npn \@@_tmp:nN #1#2
     {
       \cs_new_protected:cpn { #1 :nN } ##1
         {
@@ -4334,8 +4334,8 @@
       \cs_new_protected:cpx { #1 :NN } ##1
         { \exp_not:c { #1 : nN } { `##1 } }
     }
-  \char_tmp:nN { char_set_active_eq }  \cs_set_eq:NN
-  \char_tmp:nN { char_gset_active_eq } \cs_gset_eq:NN
+  \@@_tmp:nN { char_set_active_eq }  \cs_set_eq:NN
+  \@@_tmp:nN { char_gset_active_eq } \cs_gset_eq:NN
 \group_end:
 %    \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