[latex3-commits] [git/LaTeX3-latex3-latex2e] hook-args: Missing macrocode (df0f4152)
PhelypeOleinik
phelype.oleinik at latex-project.org
Fri Apr 14 21:02:52 CEST 2023
Repository : https://github.com/latex3/latex2e
On branch : hook-args
Link : https://github.com/latex3/latex2e/commit/df0f41523a92f192f1ee8ba1cc795364a20ccee6
>---------------------------------------------------------------
commit df0f41523a92f192f1ee8ba1cc795364a20ccee6
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date: Fri Apr 14 16:02:52 2023 -0300
Missing macrocode
>---------------------------------------------------------------
df0f41523a92f192f1ee8ba1cc795364a20ccee6
base/lthooks.dtx | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/base/lthooks.dtx b/base/lthooks.dtx
index f76d2c9a..e7f41ab4 100644
--- a/base/lthooks.dtx
+++ b/base/lthooks.dtx
@@ -6369,8 +6369,6 @@
% checking for a csname. In contrast to the \TeX{} low-level
% \verb=\csname ...\endcsname= construct \cs{tl_if_exist:c} is
% careful to avoid this.
-% \changes{v1.1a}{2023/04/06}
-% {Add \cs{hook_use:nnw} (hook-args).}
% \begin{macrocode}
%<latexrelease>\IncludeInRelease{2023/06/01}{\hook_use:n}
%<latexrelease> {Hooks~with~args}
@@ -6457,6 +6455,9 @@
%
% \begin{macro}{\hook_use:nnw}
% \begin{macro}[EXP]{\@@_use_initialized:nnw}
+% \changes{v1.1a}{2023/04/06}
+% {Add \cs{hook_use:nnw} (hook-args).}
+% \begin{macrocode}
%<latexrelease>\IncludeInRelease{2023/06/01}{\hook_use:nnw}
%<latexrelease> {Hooks~with~args}
\cs_new_protected:Npn \hook_use:nnw #1
@@ -6480,11 +6481,15 @@
%<latexrelease>\cs_gset:Npn \hook_use:nnw #1 #2
%<latexrelease> { \use:c { use_none: \prg_replicate:nn {#2} { n } } }
%<latexrelease>\EndIncludeInRelease
+% \end{macrocode}
% \end{macro}
% \end{macro}
%
%
% \begin{macro}{\@@_post_initialization_defs:}
+% \changes{v1.1a}{2023/04/06}
+% {Macro added (hook-args).}
+% \begin{macrocode}
%<latexrelease>\IncludeInRelease{2023/06/01}{\@@_post_initialization_defs:}
%<latexrelease> {Hooks~with~args}
\cs_new_protected:Npn \@@_post_initialization_defs:
@@ -6499,6 +6504,7 @@
%<latexrelease> {Hooks~with~args}
%<latexrelease>\cs_undefine:N \@@_post_initialization_defs:
%<latexrelease>\EndIncludeInRelease
+% \end{macrocode}
% \end{macro}
%
%
More information about the latex3-commits
mailing list.