[latex3-commits] [git/LaTeX3-latex3-hyperref] main: typo in \@unexpandable at protect, issue #194 (9c70be0)

Ulrike Fischer fischer at troubleshooting-tex.de
Mon Jun 7 11:08:00 CEST 2021


Repository : https://github.com/latex3/hyperref
On branch  : main
Link       : https://github.com/latex3/hyperref/commit/9c70be0d7d470eb2995b715a6ccf402f210b0c7f

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

commit 9c70be0d7d470eb2995b715a6ccf402f210b0c7f
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Mon Jun 7 11:08:00 2021 +0200

    typo in \@unexpandable at protect, issue #194


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

9c70be0d7d470eb2995b715a6ccf402f210b0c7f
 ChangeLog.txt | 3 +++
 hyperref.dtx  | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/ChangeLog.txt b/ChangeLog.txt
index ba313e8..bfe05e9 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,6 @@
+2021-06-07 Ulrike Fischer/David Carlisle
+    * fix colons in label, issue #194
+
 2021-06-05 Ulrike Fischer/David Carlisle
     * handle non-ascii labels, issue #185
     * suppress break points after whatsits issue #187
diff --git a/hyperref.dtx b/hyperref.dtx
index f07e832..8635272 100644
--- a/hyperref.dtx
+++ b/hyperref.dtx
@@ -7745,7 +7745,7 @@
 \def\Hy at babelnormalise#1[#2]{%
   \begingroup
     \Hy at safe@activestrue
-    \let\protect\@unexpandableprotect
+    \let\protect\@unexpandable at protect
     \edef\Hy at tempa{%
       \endgroup
       \noexpand#1[{#2}]%
@@ -12980,7 +12980,7 @@
 \def\HyRef at StarSetRef#1{%
   \begingroup
     \Hy at safe@activestrue
-    \let\protect\@unexpandableprotect
+    \let\protect\@unexpandable at protect
     \edef\x{#1}%
     \@onelevel at sanitize\x
     \edef\x{\endgroup





More information about the latex3-commits mailing list.