diff options
author | Karl Berry <karl@freefriends.org> | 2012-09-27 23:41:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-09-27 23:41:16 +0000 |
commit | 61eb3e9ef0e54610de06e3738174f52ef4e15b41 (patch) | |
tree | 5c2d20b0cfcaef0f4396e0836f8fbc74b6755d18 /Master/texmf-dist/source/latex/hyperref | |
parent | 34463adde84855ce10ceecdd8a683129d6f29c9d (diff) |
hyperref
git-svn-id: svn://tug.org/texlive/trunk@27828 c570f23f-e606-0410-a88d-b1316a301751
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@ }% |