[latex3-commits] [git/LaTeX3-latex3-latex2e] marks-debug: Rollback keeps commands expandable (090a6e9a)

PhelypeOleinik phelype.oleinik at latex-project.org
Tue Apr 19 01:56:09 CEST 2022


Repository : https://github.com/latex3/latex2e
On branch  : marks-debug
Link       : https://github.com/latex3/latex2e/commit/090a6e9ac32468cc5fd8c5c45c22d6f6431e0535

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

commit 090a6e9ac32468cc5fd8c5c45c22d6f6431e0535
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Mon Apr 18 20:56:09 2022 -0300

    Rollback keeps commands expandable


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

090a6e9ac32468cc5fd8c5c45c22d6f6431e0535
 base/ltmarks.dtx | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/base/ltmarks.dtx b/base/ltmarks.dtx
index b83bfee7..3a71730c 100644
--- a/base/ltmarks.dtx
+++ b/base/ltmarks.dtx
@@ -1564,10 +1564,10 @@
 %    \begin{macrocode}
 %<latexrelease>\DeclareRobustCommand \NewMarkClass[1]{}
 %<latexrelease>\DeclareRobustCommand \InsertMark[2]{}
-%<latexrelease>\renewcommand \FirstMark[2][]{}
-%<latexrelease>\renewcommand \LastMark[2][]{}
-%<latexrelease>\renewcommand \FirstMark[2][]{}
-%<latexrelease>\renewcommand \IfMarksEqualTF[4][]{}
+%<latexrelease>\RenewExpandableDocumentCommand \FirstMark { O{} m } { }
+%<latexrelease>\RenewExpandableDocumentCommand \LastMark { O{} m } { }
+%<latexrelease>\RenewExpandableDocumentCommand \TopMark { O{} m } { }
+%<latexrelease>\RenewExpandableDocumentCommand \IfMarksEqualTF { O{} mmm }{ }
 %<latexrelease>
 %    \end{macrocode}
 %    Same here, this avoided extra roll back code in the OR.





More information about the latex3-commits mailing list.