[latex3-commits] [git/LaTeX3-latex3-latex3] master: s/tmp/internal/ (4700115)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue May 14 23:12:41 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/470011528724060b95bc7183f16660497c6c1e74
>---------------------------------------------------------------
commit 470011528724060b95bc7183f16660497c6c1e74
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue May 14 13:55:02 2019 +0100
s/tmp/internal/
>---------------------------------------------------------------
470011528724060b95bc7183f16660497c6c1e74
l3experimental/l3color/l3color.dtx | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/l3experimental/l3color/l3color.dtx b/l3experimental/l3color/l3color.dtx
index 32ba1a1..a2820af 100644
--- a/l3experimental/l3color/l3color.dtx
+++ b/l3experimental/l3color/l3color.dtx
@@ -292,9 +292,9 @@
%
% \subsection{Setup}
%
-% \begin{variable}{\l_@@_tmp_tl}
+% \begin{variable}{\l_@@_internal_tl}
% \begin{macrocode}
-\tl_new:N \l_@@_tmp_tl
+\tl_new:N \l_@@_internal_tl
% \end{macrocode}
% \end{variable}
%
@@ -454,12 +454,12 @@
\group_begin:
\seq_map_inline:Nn \l_char_active_seq
{
- \tl_set:Nx \l_@@_tmp_tl { \cs_to_str:N ##1 }
- \char_set_active_eq:NN ##1 \l_@@_tmp_tl
+ \tl_set:Nx \l_@@_internal_tl { \cs_to_str:N ##1 }
+ \char_set_active_eq:NN ##1 \l_@@_internal_tl
}
- \tl_set:Nx \l_@@_tmp_tl {#1}
+ \tl_set:Nx \l_@@_internal_tl {#1}
\exp_args:NNV \group_end:
- \@@_parse:nN \l_@@_tmp_tl #2
+ \@@_parse:nN \l_@@_internal_tl #2
}
% \end{macrocode}
% Before going to all of the effort of parsing an expression, these two
@@ -496,10 +496,10 @@
\group_begin:
\@@_extract:nNN {#2} \l_@@_model_tl \l_@@_value_tl
\@@_parse_loop:w #3 ! ! ! ! \q_stop
- \tl_set:Nx \l_@@_tmp_tl
+ \tl_set:Nx \l_@@_internal_tl
{ \l_@@_model_tl \c_space_tl \l_@@_value_tl }
\exp_args:NNNV \group_end:
- \tl_set:Nn #1 \l_@@_tmp_tl
+ \tl_set:Nn #1 \l_@@_internal_tl
}
% \end{macrocode}
% This is the loop proper: there can be an open-ended set of colors to parse,
More information about the latex3-commits
mailing list