[latex3-commits] [git/LaTeX3-latex3-latex2e] master: lthooks.dtx: corrections to rollback code (#402) (aa9592e6)
GitHub
noreply at github.com
Mon Oct 5 15:20:56 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : master
Link : https://github.com/latex3/latex2e/commit/aa9592e6e1b4e17f721365ccc5b5767b884e5cec
>---------------------------------------------------------------
commit aa9592e6e1b4e17f721365ccc5b5767b884e5cec
Author: Hironobu Yamashita <aminophen at users.noreply.github.com>
Date: Mon Oct 5 22:20:56 2020 +0900
lthooks.dtx: corrections to rollback code (#402)
>---------------------------------------------------------------
aa9592e6e1b4e17f721365ccc5b5767b884e5cec
base/lthooks.dtx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/base/lthooks.dtx b/base/lthooks.dtx
index 71ee94d7..831bf3f7 100644
--- a/base/lthooks.dtx
+++ b/base/lthooks.dtx
@@ -3990,17 +3990,17 @@
%<latexrelease>\let \DebugHooksOn \@empty
%<latexrelease>\let \DebugHooksOff\@empty
%<latexrelease>
-%<latexrelease>\def \DeclareHookRul#1#2#3#4{}
+%<latexrelease>\def \DeclareHookRule #1#2#3#4{}
%<latexrelease>\def \DeclareDefaultHookRule #1#2#3{}
-%<latexrelease>\def \ClearHookRule#1#2#3{}
+%<latexrelease>\def \ClearHookRule #1#2#3{}
% \end{macrocode}
% If the hook management is not provided we make the test for existence
% false and the test for empty true in the hope that this is most
% of the time reasonable. If not a package would need to guard
% against running in an old kernel.
% \begin{macrocode}
-%<latexrelease>\def \IfHookExistTF #1#2#3{#3}
-%<latexrelease>\def \IfHookEmptyTF #1#2#3{#2}
+%<latexrelease>\long\def \IfHookExistsTF #1#2#3{#3}
+%<latexrelease>\long\def \IfHookEmptyTF #1#2#3{#2}
%<latexrelease>
%<latexrelease>\EndIncludeInRelease
% \end{macrocode}
More information about the latex3-commits
mailing list.