[latex3-commits] [git/LaTeX3-latex3-latex3] LaTeX2020: Correct \everyjob additions (26f9d3f91)

Joseph Wright joseph.wright at morningstar2.co.uk
Sun Oct 6 14:47:51 CEST 2019


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

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

commit 26f9d3f9161d2a9227f3ee371cc56950f1dfe05b
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Oct 6 13:47:51 2019 +0100

    Correct \everyjob additions


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

26f9d3f9161d2a9227f3ee371cc56950f1dfe05b
 l3kernel/expl3.dtx | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/l3kernel/expl3.dtx b/l3kernel/expl3.dtx
index 20d4561bf..19bdd949f 100644
--- a/l3kernel/expl3.dtx
+++ b/l3kernel/expl3.dtx
@@ -1354,8 +1354,13 @@
 % Load the dynamic part of the code, either now or during the next run.
 %    \begin{macrocode}
 \cs_if_free:cTF { ver at expl3.sty }
-  { \tex_everyjob:D \exp_after:wN }
-  { \use:n }
+  {
+    \tex_everyjob:D \exp_after:wN
+      {
+        \tex_the:D \tex_everyjob:D
+        \__kernel_sys_configuration_load:n { l3sys }
+      }
+  }
   { \__kernel_sys_configuration_load:n { l3sys } }
 %    \end{macrocode}
 %





More information about the latex3-commits mailing list