[latex3-commits] [latex3/latex2e] develop: add forgotten group in label (#1067) (c1fc1c23)

github at latex-project.org github at latex-project.org
Sun May 21 11:29:17 CEST 2023


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/c1fc1c23476d790c3d8eab793e1c87144546a82d

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

commit c1fc1c23476d790c3d8eab793e1c87144546a82d
Author: Ulrike Fischer <news3 at nililand.de>
Date:   Sun May 21 11:29:17 2023 +0200

    add forgotten group in label (#1067)
    
    Co-authored-by: Ulrike Fischer <fischer at troubleshooting-tex.de>


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

c1fc1c23476d790c3d8eab793e1c87144546a82d
 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.