[latex3-commits] [git/LaTeX3-latex3-latex3] LaTeX2020: Use @@ for two internal functions (d14f1593a)

Joseph Wright joseph.wright at morningstar2.co.uk
Sun Oct 6 13:34:21 CEST 2019


Repository : https://github.com/latex3/latex3
On branch  : LaTeX2020
Link       : https://github.com/latex3/latex3/commit/d14f1593a7d9883182927f8c2f7f1737ca4dca79

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

commit d14f1593a7d9883182927f8c2f7f1737ca4dca79
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Oct 6 12:34:21 2019 +0100

    Use @@ for two internal functions


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

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

diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index 68a19b2be..7e75db3fd 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -3071,7 +3071,7 @@
     \str_gset_eq:NN \g_file_curr_ext_str  \l_@@_ext_str
   }
 %<*package>
-\cs_new_eq:NN \__kernel_file_input_push:n \__file_input_push:n
+\cs_new_eq:NN \__kernel_file_input_push:n \@@_input_push:n
 %</package>
 \cs_new_protected:Npn \@@_input_pop:
   {
@@ -3079,7 +3079,7 @@
     \exp_after:wN \@@_input_pop:nnn \l_@@_internal_tl
   }
 %<*package>
-\cs_new_eq:NN \__kernel_file_input_pop: \__file_input_pop:
+\cs_new_eq:NN \__kernel_file_input_pop: \@@_input_pop:
 %</package>
 \cs_new_protected:Npn \@@_input_pop:nnn #1#2#3
   {





More information about the latex3-commits mailing list