diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref/hyperref.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/hyperref/hyperref.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty index 51ccd75dcc1..f97bf4a6c6a 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty +++ b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty @@ -30,7 +30,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{hyperref} - [2012/09/26 v6.83f % + [2012/09/27 v6.83g % Hypertext links for LaTeX] \begingroup \@makeother\`% @@ -5023,6 +5023,7 @@ }{% \begingroup \protected@edef\Hy@tempa{#2}% + \edef\Hy@tempb{#3}% \ifx\Hy@tempa\ltx@empty \toks@{% \endgroup @@ -5035,11 +5036,10 @@ }% \fi \Hy@safe@activestrue - \edef\Hy@tempa{#3}% \Hy@safe@activesfalse \toks@\expandafter{% \the\expandafter\toks@ - \expandafter{\Hy@tempa}{#4}% + \expandafter{\Hy@tempb}{#4}% }% \the\toks@ }% |