[latex3-commits] [git/LaTeX3-latex3-latex2e] cmdhook-fixes: Missed one arg in error message (339083ef)

PhelypeOleinik phelype.oleinik at latex-project.org
Wed May 26 06:28:45 CEST 2021


Repository : https://github.com/latex3/latex2e
On branch  : cmdhook-fixes
Link       : https://github.com/latex3/latex2e/commit/339083efa28244102501662bf4fcf0bc8236f43f

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

commit 339083efa28244102501662bf4fcf0bc8236f43f
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Wed May 26 01:28:45 2021 -0300

    Missed one arg in error message


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

339083efa28244102501662bf4fcf0bc8236f43f
 base/ltcmdhooks.dtx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/base/ltcmdhooks.dtx b/base/ltcmdhooks.dtx
index cc67f5ea..f07c8481 100644
--- a/base/ltcmdhooks.dtx
+++ b/base/ltcmdhooks.dtx
@@ -13,8 +13,8 @@
 %
 %%% From File: ltcmdhooks.dtx
 %
-\def\ltcmdhooksversion{v1.0a}
-\def\ltcmdhooksdate{2021/04/30}
+\def\ltcmdhooksversion{v1.0b}
+\def\ltcmdhooksdate{2021/05/26}
 %
 %
 %
@@ -413,7 +413,7 @@
     \str_case:nnTF {#3}
         { { before } { } { after } { } }
       { \exp_args:Nc \@@_patch_cmd_or_delay:Nnn {#2} {#2} {#3} }
-      { \__kernel_msg_error:nnn { hooks } { wrong-cmd-hook } {#2} {#3} }
+      { \__kernel_msg_error:nnnn { hooks } { wrong-cmd-hook } {#2} {#3} }
   }
 %    \end{macrocode}
 % \end{macro}





More information about the latex3-commits mailing list.