[latex3-commits] [git/LaTeX3-latex3-latex2e] lthooks2: fix internals (fba2d7fc)
Frank Mittelbach
frank.mittelbach at latex-project.org
Fri Aug 21 11:45:47 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : lthooks2
Link : https://github.com/latex3/latex2e/commit/fba2d7fc14e2eedd3c7d346bcff263ef0ca9de78
>---------------------------------------------------------------
commit fba2d7fc14e2eedd3c7d346bcff263ef0ca9de78
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Fri Aug 21 11:45:47 2020 +0200
fix internals
>---------------------------------------------------------------
fba2d7fc14e2eedd3c7d346bcff263ef0ca9de78
base/lthooks.dtx | 9 ++++++---
base/ltmiscen.dtx | 2 +-
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/base/lthooks.dtx b/base/lthooks.dtx
index a35b3bf4..ad78aff8 100644
--- a/base/lthooks.dtx
+++ b/base/lthooks.dtx
@@ -3648,13 +3648,16 @@
% have to unset the \texttt{@\/@} since we want double ``at'' sign
% in place of double underscores.
%
-% \begin{macro}{\@expl@@initialize at all@@,
+% \begin{macrocode}
+%<@@=>
+% \end{macrocode}
+%
+% \begin{macro}{\@expl@@@initialize at all@@,
% \@expl@@@hook at curr@name at push@@n,
% \@expl@@@hook at curr@name at pop@@}
%
% \begin{macrocode}
-%<@@=>
-\cs_new_eq:NN \@expl@@initialize at all@@
+\cs_new_eq:NN \@expl@@@initialize at all@@
\__hook_initialize_all:
% \end{macrocode}
%
diff --git a/base/ltmiscen.dtx b/base/ltmiscen.dtx
index 8cd28966..c3960711 100644
--- a/base/ltmiscen.dtx
+++ b/base/ltmiscen.dtx
@@ -657,7 +657,7 @@
\expandafter\ifx\csname #1\endcsname\document
\endgroup
\gdef\@execute at begin@hook##1{\UseHook{env/##1/begin}}
- \@expl@@initialize at all@@
+ \@expl@@@initialize at all@@
\fi
% \end{macrocode}
% If this is an environment before \verb=\begin{document}= we just
More information about the latex3-commits
mailing list.