[latex3-commits] [git/LaTeX3-latex3-latex3] master: Define \c__kernel_expl_date_tl in the generic loader (fixes #800) (08de3c131)

PhelypeOleinik phelype.oleinik at latex-project.org
Sun Sep 6 13:07:33 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/08de3c131b03dfadfa73ef83c27320d82732d130

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

commit 08de3c131b03dfadfa73ef83c27320d82732d130
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Sun Sep 6 08:07:33 2020 -0300

    Define \c__kernel_expl_date_tl in the generic loader (fixes #800)


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

08de3c131b03dfadfa73ef83c27320d82732d130
 l3kernel/expl3.dtx | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/l3kernel/expl3.dtx b/l3kernel/expl3.dtx
index 25639b469..1f698f7cf 100644
--- a/l3kernel/expl3.dtx
+++ b/l3kernel/expl3.dtx
@@ -1065,13 +1065,17 @@
 %   It seems to be common to have stray format files in the user tree
 %   which trigger errors due to mismatched versions (\emph{e.g.}
 %   \url{https://github.com/latex3/latex3/issues/781}).
+%
+%   This block also goes to the generic loader, as \pkg{expl3} isn't
+%   preloaded there, so the kernel date should be equal to the loader
+%   date.
 %    \begin{macrocode}
-%<*2ekernel>
+%<*2ekernel|generic>
 \unless\ifcsname\detokenize{c__kernel_expl_date_tl}\endcsname
   \global\expandafter\let\csname\detokenize
     {c__kernel_expl_date_tl}\endcsname\ExplFileDate
 \fi
-%</2ekernel>
+%</2ekernel|generic>
 %    \end{macrocode}
 % \end{macro}
 %





More information about the latex3-commits mailing list.