[latex3-commits] [latex3/latex2e] grouplabel: add forgotten group in label (c8ad92e1)

github at latex-project.org github at latex-project.org
Sun May 21 10:37:50 CEST 2023


Repository : https://github.com/latex3/latex2e
On branch  : grouplabel
Link       : https://github.com/latex3/latex2e/commit/c8ad92e197284ae2ddc9208b7bb912206a03b6af

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

commit c8ad92e197284ae2ddc9208b7bb912206a03b6af
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Sun May 21 10:37:50 2023 +0200

    add forgotten group in label


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

c8ad92e197284ae2ddc9208b7bb912206a03b6af
 base/ltxref.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/base/ltxref.dtx b/base/ltxref.dtx
index 0084dbfc..0f842e43 100644
--- a/base/ltxref.dtx
+++ b/base/ltxref.dtx
@@ -402,12 +402,12 @@
 \providecommand\@kernel at reserved@label at data{}
 \NewHookWithArguments{label}{1}
 \def\label#1{\@bsphack
-  %\begingroup
+  \begingroup
   \UseHookWithArguments{label}{1}{#1}%
   \protected at write\@auxout{}%
          {\string\newlabel{#1}{{\@currentlabel}{\thepage}%
           {\@currentlabelname}{\@currentHref}{\@kernel at reserved@label at data}}}%
-  %\endgroup        
+  \endgroup        
   \@esphack}
 %<latexrelease>\EndIncludeInRelease
 %    \end{macrocode}





More information about the latex3-commits mailing list.