[latex3-commits] [git/LaTeX3-latex3-latex3] master: Guard against reload in latexrelease (ef6473f17)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu Aug 20 19:09:56 CEST 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/ef6473f1761b62cd9117baac43f52aa42dbfbe50
>---------------------------------------------------------------
commit ef6473f1761b62cd9117baac43f52aa42dbfbe50
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date: Fri Jul 31 22:41:27 2020 -0300
Guard against reload in latexrelease
>---------------------------------------------------------------
ef6473f1761b62cd9117baac43f52aa42dbfbe50
l3kernel/expl3.dtx | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/l3kernel/expl3.dtx b/l3kernel/expl3.dtx
index e93e74ef9..10df87536 100644
--- a/l3kernel/expl3.dtx
+++ b/l3kernel/expl3.dtx
@@ -1064,8 +1064,10 @@
% \url{https://github.com/latex3/latex3/issues/781}).
% \begin{macrocode}
%<*2ekernel>
-\global\expandafter\let\csname\detokenize
- {c__kernel_expl_date_tl}\endcsname\ExplFileDate
+\unless\ifcsname\detokenize{c__kernel_expl_date_tl}\endcsname
+ \global\expandafter\let\csname\detokenize
+ {c__kernel_expl_date_tl}\endcsname\ExplFileDate
+\fi
%</2ekernel>
% \end{macrocode}
% \end{macro}
More information about the latex3-commits
mailing list.