[latex3-commits] [git/LaTeX3-latex3-latex3] LaTeX2020, master: Use @@ syntax in expl3.dtx (12cb67b85)

Joseph Wright joseph.wright at morningstar2.co.uk
Sun Sep 29 08:53:49 CEST 2019


Repository : https://github.com/latex3/latex3
On branches: LaTeX2020,master
Link       : https://github.com/latex3/latex3/commit/12cb67b852431fcbe2c330e384f88673aa3989d9

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

commit 12cb67b852431fcbe2c330e384f88673aa3989d9
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Sep 29 07:53:49 2019 +0100

    Use @@ syntax in expl3.dtx


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

12cb67b852431fcbe2c330e384f88673aa3989d9
 l3kernel/expl3.dtx | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/l3kernel/expl3.dtx b/l3kernel/expl3.dtx
index 64cb39358..5b865b481 100644
--- a/l3kernel/expl3.dtx
+++ b/l3kernel/expl3.dtx
@@ -1300,7 +1300,7 @@
         \tl_to_str:N \@currname
         \tl_to_str:N \@currext
       }
-    \tl_put_left:Nx \l__expl_status_stack_tl
+    \tl_put_left:Nx \l_@@_status_stack_tl
       {
         \bool_if:NTF \l__kernel_expl_bool
           { 1 }
@@ -1321,9 +1321,9 @@
 \tl_put_right:Nn \@popfilename
   {
     \__kernel_file_input_pop:
-    \tl_if_empty:NTF \l__expl_status_stack_tl
+    \tl_if_empty:NTF \l_@@_status_stack_tl
       { \ExplSyntaxOff }
-      { \exp_after:wN \@@_status_pop:w \l__expl_status_stack_tl \q_stop }
+      { \exp_after:wN \@@_status_pop:w \l_@@_status_stack_tl \q_stop }
   }
 %    \end{macrocode}
 %   The pop auxiliary function removes the first item from the stack,
@@ -1332,7 +1332,7 @@
 %    \begin{macrocode}
 \cs_new_protected:Npn \@@_status_pop:w #1#2 \q_stop
   {
-    \tl_set:Nn \l__expl_status_stack_tl {#2}
+    \tl_set:Nn \l_@@_status_stack_tl {#2}
     \int_if_odd:nTF {#1}
       { \ExplSyntaxOn }
       { \ExplSyntaxOff }
@@ -1341,13 +1341,13 @@
 % \end{macro}
 % \end{macro}
 %
-% \begin{variable}{\l__expl_status_stack_tl}
+% \begin{variable}{\l_@@_status_stack_tl}
 %   As \pkg{expl3} itself cannot be loaded with the code environment
 %   already active, at the end of the package \cs{ExplSyntaxOff} can
 %   safely be called.
 %    \begin{macrocode}
-\tl_new:N \l__expl_status_stack_tl
-\tl_set:Nn \l__expl_status_stack_tl { 0 }
+\tl_new:N \l_@@_status_stack_tl
+\tl_set:Nn \l_@@_status_stack_tl { 0 }
 %    \end{macrocode}
 % \end{variable}
 %





More information about the latex3-commits mailing list