Skip to content

Commit

Permalink
revert fix for issue #97 to resolve issue #103
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Sep 28, 2019
1 parent 2dabf47 commit 3dc8196
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down
13 changes: 1 addition & 12 deletions hyperref.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -4931,7 +4931,7 @@
%
% \begin{macro}{\Hy@DisableOption}
% \begin{macrocode}
\def\Hy@realDisableOption#1{%
\def\Hy@DisableOption#1{%
\ltx@ifundefined{KV@Hyp@#1@default}{%
\define@key{Hyp}{#1}%
}{%
Expand All @@ -4940,17 +4940,6 @@
{\Hy@WarnOptionDisabled{#1}}%
}

\def\Hy@DisableOption#1{%
\ifnum\currentgrouplevel>0
\expandafter\@firstoftwo
\else
\expandafter\@secondoftwo
\fi
{%
\expandafter\gdef\csname Hy@smuggleout#1\endcsname{\Hy@DisableOption{#1}}%
\expandafter\aftergroup\csname Hy@smuggleout#1\endcsname
}
{\Hy@realDisableOption{#1}}}
% \end{macrocode}
% \end{macro}
%
Expand Down

0 comments on commit 3dc8196

Please sign in to comment.