[latex3-commits] [git/LaTeX3-latex3-latex2e] gh479: Remove stray \typeout and fix module name (dac030a2)
PhelypeOleinik
phelype.oleinik at latex-project.org
Sun Mar 21 19:54:32 CET 2021
Repository : https://github.com/latex3/latex2e
On branch : gh479
Link : https://github.com/latex3/latex2e/commit/dac030a26c79886d9af292c594f5dc527960e6ae
>---------------------------------------------------------------
commit dac030a26c79886d9af292c594f5dc527960e6ae
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date: Sun Mar 21 15:54:32 2021 -0300
Remove stray \typeout and fix module name
>---------------------------------------------------------------
dac030a26c79886d9af292c594f5dc527960e6ae
base/latexrelease.dtx | 3 +--
base/ltcmd.dtx | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/base/latexrelease.dtx b/base/latexrelease.dtx
index 8479b5ce..35d76303 100644
--- a/base/latexrelease.dtx
+++ b/base/latexrelease.dtx
@@ -615,8 +615,7 @@ of this package available from CTAN}
\cs_gset_protected:Npn \@@_declare_command:Nw #1
{ \cs_if_exist:NTF #1 { \renew at command } { \new at command } #1 }
\cs_gset_protected:Npn \@@_e at alloc:NnnnnN #1 #2 #3 #4 #5 #6
- { \cs_if_free:NTF #6 { \@@_e at alloc #1 {#2} {#3} {#4} {#5} #6 }
- { \typeout{Not~defining~\string#1~\string#6} } }
+ { \cs_if_free:NTF #6 { \@@_e at alloc #1 {#2} {#3} {#4} {#5} #6 } }
% \end{macrocode}
%
% Now create a token list to hold the list of changed commands, and
diff --git a/base/ltcmd.dtx b/base/ltcmd.dtx
index f71aa7dd..dae6e593 100644
--- a/base/ltcmd.dtx
+++ b/base/ltcmd.dtx
@@ -4019,7 +4019,7 @@
%<latexrelease>\EndIncludeInRelease
%<latexrelease>
%<latexrelease>\IncludeInRelease{0000/00/00}%
-%<latexrelease> {\NewDocumentCommand}{Document~commands}%
+%<latexrelease> {ltcmd}{Document~commands}%
%<latexrelease>
%<latexrelease>\EndModuleRelease
%<latexrelease>\cs_if_exist_use:N \latexrelease at postexpl
More information about the latex3-commits
mailing list.