[latex3-commits] [git/LaTeX3-latex3-latex2e] gh479: Logic is hard (75d13675)

PhelypeOleinik phelype.oleinik at latex-project.org
Sun Mar 21 22:11:41 CET 2021


Repository : https://github.com/latex3/latex2e
On branch  : gh479
Link       : https://github.com/latex3/latex2e/commit/75d13675282520e6cbe262d50bc5c602de63a1fb

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

commit 75d13675282520e6cbe262d50bc5c602de63a1fb
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Sun Mar 21 18:11:41 2021 -0300

    Logic is hard


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

75d13675282520e6cbe262d50bc5c602de63a1fb
 base/latexrelease.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base/latexrelease.dtx b/base/latexrelease.dtx
index 35d76303..9d3e56e6 100644
--- a/base/latexrelease.dtx
+++ b/base/latexrelease.dtx
@@ -615,7 +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 } }
+  { \cs_if_free:NT #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





More information about the latex3-commits mailing list.