[latex3-commits] [latex3/latex2e] develop, main: Fix rollback for `\@expl@@@initialize at all@@` (8c8f3886)

github at latex-project.org github at latex-project.org
Sun Jun 18 21:09:48 CEST 2023


Repository : https://github.com/latex3/latex2e
On branches: develop,main
Link       : https://github.com/latex3/latex2e/commit/8c8f388630a5516b02adb97af92eefa5dc5fc7f0

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

commit 8c8f388630a5516b02adb97af92eefa5dc5fc7f0
Author: Yukai Chou <muzimuzhi at gmail.com>
Date:   Fri Jun 16 01:39:26 2023 +0800

    Fix rollback for `\@expl@@@initialize at all@@`


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

8c8f388630a5516b02adb97af92eefa5dc5fc7f0
 base/lthooks.dtx | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/base/lthooks.dtx b/base/lthooks.dtx
index 3807d25c..03e0b942 100644
--- a/base/lthooks.dtx
+++ b/base/lthooks.dtx
@@ -31,8 +31,8 @@
 %%% From File: lthooks.dtx
 %
 %    \begin{macrocode}
-\def\lthooksversion{v1.1e}
-\def\lthooksdate{2023/06/06}
+\def\lthooksversion{v1.1f}
+\def\lthooksdate{2023/06/16}
 %    \end{macrocode}
 %
 %<*driver>
@@ -5287,6 +5287,10 @@
 %<latexrelease>    \cs_gset_eq:NN \hook_use:n \@@_use_initialized:n
 %<latexrelease>    \cs_gset_eq:NN \@@_preamble_hook:n \use_none:n
 %<latexrelease>  }
+%<@@=>
+%<latexrelease>\cs_gset_eq:NN \@expl@@@initialize at all@@
+%<latexrelease>               \__hook_initialize_all:
+%<@@=hook>
 %<latexrelease>\EndIncludeInRelease
 %    \end{macrocode}
 %  \end{macro}





More information about the latex3-commits mailing list.