diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/hyperref')
-rw-r--r-- | Master/texmf-dist/source/latex/hyperref/hyperref.dtx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx index 4c935817ce1..7b3bc704dcf 100644 --- a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx +++ b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx @@ -45,7 +45,7 @@ %<puvnenc>\ProvidesFile{puvnenc.def} %<puarenc>\ProvidesFile{puarenc.def} %<psdextra>\ProvidesFile{psdextra.def} -%<!none> [2012/09/26 v6.83f % +%<!none> [2012/09/27 v6.83g % %<package> Hypertext links for LaTeX] %<nohyperref> Dummy hyperref (SR)] %<driver> Hyperref documentation driver file] @@ -7916,6 +7916,7 @@ }{% \begingroup \protected@edef\Hy@tempa{#2}% + \edef\Hy@tempb{#3}% \ifx\Hy@tempa\ltx@empty \toks@{% \endgroup @@ -7928,11 +7929,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@ }% |