Skip to content

Commit

Permalink
use correct kernel name
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcarlisle committed Nov 13, 2023
1 parent fddcbb5 commit 33f66b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hyperref.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -10486,7 +10486,7 @@
\@ifundefined{theH#1}{%
\expandafter\def\csname theH#1\endcsname{}%
\def\Hy@temp{\@elt{#1}}%
\@nelevel@sanitize\Hy@temp
\@onelevel@sanitize\Hy@temp
\let\HyOrg@elt\@elt
\edef\@elt{%
\noexpand\HyCnt@LookForParentCounter
Expand All @@ -10509,7 +10509,7 @@
\expandafter\let\expandafter\Hy@temp@A\csname cl@#2\endcsname
\@ifundefined{cl@#2}{%
}{%
\@nelevel@sanitize\Hy@temp@A
\@onelevel@sanitize\Hy@temp@A
\edef\Hy@temp@A{%
\noexpand\in@{\Hy@temp}{\Hy@temp@A}%
}\Hy@temp@A
Expand Down Expand Up @@ -12355,7 +12355,7 @@
\begingroup
\let\protect\@unexpandable@protect
\edef\Hy@temp{#1}%
\@nelevel@sanitize\Hy@temp
\@onelevel@sanitize\Hy@temp
\global\let\HyInd@key\Hy@temp
\endgroup
}%
Expand Down

0 comments on commit 33f66b0

Please sign in to comment.