[latex3-commits] [git/LaTeX3-latex3-hyperref] ltxcmds: write out etexcmds package more completely (2c88631)
David Carlisle
d.p.carlisle at gmail.com
Tue Dec 10 23:59:10 CET 2019
Repository : https://github.com/latex3/hyperref
On branch : ltxcmds
Link : https://github.com/latex3/hyperref/commit/2c886314c48737c7543e9f388076f1e8811f36b3
>---------------------------------------------------------------
commit 2c886314c48737c7543e9f388076f1e8811f36b3
Author: David Carlisle <d.p.carlisle at gmail.com>
Date: Tue Dec 10 22:59:10 2019 +0000
write out etexcmds package more completely
>---------------------------------------------------------------
2c886314c48737c7543e9f388076f1e8811f36b3
hyperref.dtx | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/hyperref.dtx b/hyperref.dtx
index be5249f..f7e1f72 100644
--- a/hyperref.dtx
+++ b/hyperref.dtx
@@ -643,6 +643,9 @@
%
% \begin{macrocode}
\RequirePackage{iftex}[2019/10/24]
+% \end{macrocode}
+%
+% \begin{macrocode}
\RequirePackage{pdftexcmds}[2009/04/10]
\@ifpackagelater{pdftexcmds}{2010/11/04}{}{%
\@ifundefined{pdfdraftmode}{%
@@ -3611,14 +3614,14 @@
}%
\def\HyPsd@@ProtectSpacesFi#1 #2\HyPsd at fi{%
\fi
- \etex at unexpanded{#1}%
+ \unexpanded{#1}%
\ifx\scrollmode#2\scrollmode
\else
\HyPsd@@ProtectSpacesFi\HyPsd at UnexpandableSpace#2%
\HyPsd at fi
}%
\def\HyPsd at RemoveMask|#1|\HyPsd at End#2{%
- \xdef#2{\etex at unexpanded\expandafter{#1}}%
+ \xdef#2{\unexpanded\expandafter{#1}}%
}%
% \end{macrocode}
% \end{macro}
More information about the latex3-commits
mailing list