[latex3-commits] [git/LaTeX3-latex3-latex3] LaTeX2020: More work on using a tl for dynamic code (06bf21096)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Oct 9 20:59:00 CEST 2019


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

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

commit 06bf21096e40b8c8b495eb22e2cbcfbbf40a4b75
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Oct 9 19:59:00 2019 +0100

    More work on using a tl for dynamic code


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

06bf21096e40b8c8b495eb22e2cbcfbbf40a4b75
 l3kernel/expl3.dtx | 2 +-
 l3kernel/l3sys.dtx | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/expl3.dtx b/l3kernel/expl3.dtx
index fcc4eb8d4..ae7583449 100644
--- a/l3kernel/expl3.dtx
+++ b/l3kernel/expl3.dtx
@@ -1571,7 +1571,7 @@
 %
 % Load the dynamic code and standard back-end.
 %    \begin{macrocode}
-\__kernel_sys_configuration_load:n { l3sys }
+\sys_everyjob:
 \sys_load_backend:n { }
 %    \end{macrocode}
 %
diff --git a/l3kernel/l3sys.dtx b/l3kernel/l3sys.dtx
index 70a0c1a14..6ee077ff3 100644
--- a/l3kernel/l3sys.dtx
+++ b/l3kernel/l3sys.dtx
@@ -770,7 +770,7 @@
 %    \begin{macrocode}
 \cs_new_protected:Npn \sys_finalise:
   {
-    \__kernel_sys_configuration_load:n { l3sys }
+    \sys_everyjob:
     \tl_use:N \g_@@_finalise_tl
     \tl_gclear:N \g_@@_finalise_tl
   }





More information about the latex3-commits mailing list