[latex3-commits] [git/LaTeX3-latex3-latex3] master: use @@ instead of __tl (adecdb8c1)

Bruno Le Floch blflatex at gmail.com
Tue Oct 27 09:11:58 CET 2020


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/adecdb8c176908293c64649626f701ac4f4db205

>---------------------------------------------------------------

commit adecdb8c176908293c64649626f701ac4f4db205
Author: Jonathan Spratte <jspratte at yahoo.de>
Date:   Sat Oct 3 13:58:53 2020 +0200

    use @@ instead of __tl


>---------------------------------------------------------------

adecdb8c176908293c64649626f701ac4f4db205
 l3kernel/l3tl.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3tl.dtx b/l3kernel/l3tl.dtx
index 481b09121..52da3d627 100644
--- a/l3kernel/l3tl.dtx
+++ b/l3kernel/l3tl.dtx
@@ -1273,7 +1273,7 @@
 %   These two are supplied to get better performance for macros which would
 %   otherwise use \cs{tl_set:Nx} or \cs{tl_gset:Nx} internally.
 %    \begin{macrocode}
-\cs_new_eq:NN \__kernel_tl_set:Nx \cs_set_nopar:Npx
+\cs_new_eq:NN \__kernel_tl_set:Nx  \cs_set_nopar:Npx
 \cs_new_eq:NN \__kernel_tl_gset:Nx \cs_gset_nopar:Npx
 %    \end{macrocode}
 % \end{macro}
@@ -2904,7 +2904,7 @@
     {#3} #4
   }
 \cs_new:Npn \@@_use_none_delimit_by_q_act_stop:w #1 \q_@@_act_stop { }
-\exp_args:Nno \use:n { \cs_new:Npn \@@_act_end:wn #1 \__tl_act_result:n #2 }
+\exp_args:Nno \use:n { \cs_new:Npn \@@_act_end:wn #1 \@@_act_result:n #2 }
   { \group_align_safe_end: \exp_end: #2 }
 \cs_new:Npn \@@_act_group:nwnNNN #1 #2 \q_@@_act_stop #3#4#5#6
   {





More information about the latex3-commits mailing list.