[latex3-commits] [git/LaTeX3-latex3-latex2e] cmd: Suppres xparse info by default (1b4d35cc)

PhelypeOleinik phelype.oleinik at latex-project.org
Wed Jan 20 16:54:12 CET 2021


Repository : https://github.com/latex3/latex2e
On branch  : cmd
Link       : https://github.com/latex3/latex2e/commit/1b4d35ccff3d666e93a8b6be84951cc862d12e21

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

commit 1b4d35ccff3d666e93a8b6be84951cc862d12e21
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Wed Jan 20 12:54:12 2021 -0300

    Suppres xparse info by default


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

1b4d35ccff3d666e93a8b6be84951cc862d12e21
 base/ltcmd.dtx | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/base/ltcmd.dtx b/base/ltcmd.dtx
index ae98ed0d..d1a3a6f7 100644
--- a/base/ltcmd.dtx
+++ b/base/ltcmd.dtx
@@ -308,6 +308,13 @@
 % \end{macro}
 % \end{variable}
 %
+%   With \pkg{xparse}, information about commands being (re)defined was
+%   switched off by default, unless the |log-declarations| package
+%   option was used, so here we'll switch that off as well.
+%    \begin{macrocode}
+\msg_redirect_module:nnn { LaTeX / xparse } { info } { none }
+%    \end{macrocode}
+%
 % \subsection{Declaring commands and environments}
 %
 % \begin{macro}{\@@_declare_cmd:Nnn, \@@_declare_expandable_cmd:Nnn}





More information about the latex3-commits mailing list.