summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/hyperref/hyperref.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref/hyperref.sty')
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hyperref.sty8
1 files changed, 7 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty
index 423453249a9..ef8c8a49774 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/10/15 v6.83k %
+ [2012/10/31 v6.83l %
Hypertext links for LaTeX]
\begingroup
\@makeother\`%
@@ -893,6 +893,12 @@
\ltx@GlobalAppendToMacro\pdfstringdefPreHook{#1}%
\endgroup
}
+\let\HyPsd@pdfstringdefDisableCommands\pdfstringdefDisableCommands
+\AtBeginDocument{%
+ \@ifundefined{pdfstringdefDisableCommands}{%
+ \let\pdfstringdefDisableCommands\HyPsd@pdfstringdefDisableCommands
+ }{}%
+}
\def\pdfstringdefWarn#1{%
\expandafter\noexpand\csname<>-\string#1\endcsname
}