[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct a var name (958b804)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Jan 16 14:37:16 CET 2019


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

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

commit 958b8045bf70859d81152166be0f366e05e32b03
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Jan 16 13:37:16 2019 +0000

    Correct a var name


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

958b8045bf70859d81152166be0f366e05e32b03
 l3kernel/l3file.dtx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index 95faf52..fc1ad1a 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -2193,7 +2193,7 @@
 \exp_args:Nno \use:nn
   { \cs_new_protected:Npn \@@_get_do:w #1 }
   { \c_@@_marker_tl }
-  { \tl_set:No \l_@@_internal_a_tl {#1} }
+  { \tl_set:No \l_@@_internal_tl {#1} }
 \cs_new_protected:Npn \@@_set_from:nNn #1#2#3
   {
     \group_begin:
@@ -2204,7 +2204,7 @@
       \exp_after:wN \prg_do_nothing:
         \tex_input:D #1 \scan_stop:
     \exp_args:NNNo \group_end:
-    \tl_set:Nn #2 \l_@@_internal_a_tl
+    \tl_set:Nn #2 \l_@@_internal_tl
   }
 %    \end{macrocode}
 % \end{macro}





More information about the latex3-commits mailing list