[latex3-commits] [git/LaTeX3-latex3-latex2e] newlabel: change kernel command (ebf13307)

Ulrike Fischer fischer at troubleshooting-tex.de
Sat Dec 3 17:28:38 CET 2022


Repository : https://github.com/latex3/latex2e
On branch  : newlabel
Link       : https://github.com/latex3/latex2e/commit/ebf13307ba58c5e792a7965ea719afef7024afb1

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

commit ebf13307ba58c5e792a7965ea719afef7024afb1
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Sat Dec 3 17:28:38 2022 +0100

    change kernel command


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

ebf13307ba58c5e792a7965ea719afef7024afb1
 base/ltxref.dtx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/base/ltxref.dtx b/base/ltxref.dtx
index 8f517788..a243a64a 100644
--- a/base/ltxref.dtx
+++ b/base/ltxref.dtx
@@ -109,7 +109,7 @@
 %  \@currentlabel == {CNT}{eval(\p at cnt\theCNT)}.   The command
 %  \label{FOO} then writes the following on file \@auxout :
 %        \newlabel{FOO}{{eval(\@currentlabel)}{eval(\thepage)}%
-%           {eval(\@currentlabelname)}{eval(\@currentHref)}{eval(\@kernel at currentdata)}}
+%           {eval(\@currentlabelname)}{eval(\@currentHref)}{eval(\@kernel at reserved@data)}}
 %
 %  \ref{FOO} ==
 %    BEGIN
@@ -389,7 +389,7 @@
 %<latexrelease>                 {\label}{store five label arguments}%
 \providecommand\@currentlabelname{}
 \providecommand\@currentHref{}
-\providecommand\@kernel at currentdata{}
+\providecommand\@kernel at reserved@data{}
 \providecommand\label at name{}
 \NewHook{label}
 \def\label#1{\@bsphack
@@ -398,7 +398,7 @@
   \UseHook{label}%
   \protected at write\@auxout{}%
          {\string\newlabel{#1}{{\@currentlabel}{\thepage}%
-          {\@currentlabelname}{\@currentHref}{\@kernel at currentdata}}}%
+          {\@currentlabelname}{\@currentHref}{\@kernel at reserved@data}}}%
   \endgroup        
   \@esphack}
 %<latexrelease>\EndIncludeInRelease





More information about the latex3-commits mailing list.