summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/expl3.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/expl3.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/expl3.dtx18
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/expl3.dtx b/Master/texmf-dist/source/latex/l3kernel/expl3.dtx
index 64cb3935853..a311b7e3ebc 100644
--- a/Master/texmf-dist/source/latex/l3kernel/expl3.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/expl3.dtx
@@ -23,7 +23,7 @@
% for those people who are interested.
%
%<*driver|generic|package>
-\def\ExplFileDate{2019-09-28}%
+\def\ExplFileDate{2019-09-30}%
%</driver|generic|package>
%<*driver>
\documentclass[full]{l3doc}
@@ -51,7 +51,7 @@
% }^^A
% }
%
-% \date{Released 2019-09-28}
+% \date{Released 2019-09-30}
%
% \maketitle
%
@@ -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}
%