[latex3-commits] [git/LaTeX3-latex3-hyperref] master: revert fix for issue #97 to resolve issue #103 (3dc8196)
Ulrike Fischer
fischer at troubleshooting-tex.de
Sun Sep 29 00:31:37 CEST 2019
Repository : https://github.com/latex3/hyperref
On branch : master
Link : https://github.com/latex3/hyperref/commit/3dc8196397dabbf09fc9f5d75186aa3d470c5a9b
>---------------------------------------------------------------
commit 3dc8196397dabbf09fc9f5d75186aa3d470c5a9b
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Sun Sep 29 00:31:37 2019 +0200
revert fix for issue #97 to resolve issue #103
>---------------------------------------------------------------
3dc8196397dabbf09fc9f5d75186aa3d470c5a9b
ChangeLog.txt | 3 +++
hyperref.dtx | 13 +------------
2 files changed, 4 insertions(+), 12 deletions(-)
diff --git a/ChangeLog.txt b/ChangeLog.txt
index be7a29b..79ed328 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,6 @@
+2019-09-28 6.88j Ulrike Fischer
+ * reverted fix for issue #97 to solve issue #103
+
2019-09-28 David Carlisle
* repository moved to https://github.com/ho-tex/hyperref
diff --git a/hyperref.dtx b/hyperref.dtx
index fcc08e6..92a4cad 100644
--- a/hyperref.dtx
+++ b/hyperref.dtx
@@ -4931,7 +4931,7 @@
%
% \begin{macro}{\Hy at DisableOption}
% \begin{macrocode}
-\def\Hy at realDisableOption#1{%
+\def\Hy at DisableOption#1{%
\ltx at ifundefined{KV at Hyp@#1 at default}{%
\define at key{Hyp}{#1}%
}{%
@@ -4940,17 +4940,6 @@
{\Hy at WarnOptionDisabled{#1}}%
}
-\def\Hy at DisableOption#1{%
- \ifnum\currentgrouplevel>0
- \expandafter\@firstoftwo
- \else
- \expandafter\@secondoftwo
- \fi
- {%
- \expandafter\gdef\csname Hy at smuggleout#1\endcsname{\Hy at DisableOption{#1}}%
- \expandafter\aftergroup\csname Hy at smuggleout#1\endcsname
- }
- {\Hy at realDisableOption{#1}}}
% \end{macrocode}
% \end{macro}
%
More information about the latex3-commits
mailing list