[latex3-commits] [git/LaTeX3-latex3-latex2e] log-hook: Use context-aware logging command (8065dfc7)
PhelypeOleinik
phelype.oleinik at latex-project.org
Thu Oct 22 19:07:39 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : log-hook
Link : https://github.com/latex3/latex2e/commit/8065dfc7eafa6d55e6c85d33a744698c818037d5
>---------------------------------------------------------------
commit 8065dfc7eafa6d55e6c85d33a744698c818037d5
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date: Thu Oct 22 14:07:39 2020 -0300
Use context-aware logging command
>---------------------------------------------------------------
8065dfc7eafa6d55e6c85d33a744698c818037d5
base/lthooks.dtx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/base/lthooks.dtx b/base/lthooks.dtx
index a5953cc2..34b3b2bb 100644
--- a/base/lthooks.dtx
+++ b/base/lthooks.dtx
@@ -31,8 +31,8 @@
%%% From File: lthooks.dtx
%
% \begin{macrocode}
-\def\lthooksversion{v1.0d}
-\def\lthooksdate{2020/10/09}
+\def\lthooksversion{v1.0e}
+\def\lthooksdate{2020/10/22}
% \end{macrocode}
%
%<*driver>
@@ -3314,7 +3314,7 @@
\cs_new_protected:Npn \@@_log:nN #1 #2
{
\@@_preamble_hook:n {#1}
- \iow_term:x { ^^J ->~The~hook~'#1': }
+ \@@_log_cmd:x { ^^J ->~The~hook~'#1': }
% \end{macrocode}
%
% \begin{macrocode}
More information about the latex3-commits
mailing list.