summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/tools/shellesc.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/tools/shellesc.dtx')
-rw-r--r--Master/texmf-dist/source/latex/tools/shellesc.dtx5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/tools/shellesc.dtx b/Master/texmf-dist/source/latex/tools/shellesc.dtx
index 72f6108140e..d33678caa31 100644
--- a/Master/texmf-dist/source/latex/tools/shellesc.dtx
+++ b/Master/texmf-dist/source/latex/tools/shellesc.dtx
@@ -15,7 +15,7 @@
%<driver> \ProvidesFile{shellesc.drv}
% \fi
% \ProvidesFile{shellesc.dtx}
- [2016/02/02 v0.01b unified shell escape interface for LaTeX]
+ [2016/04/29 v0.01c unified shell escape interface for LaTeX]
%
% \iffalse
%<*driver>
@@ -135,12 +135,13 @@
% \end{macro}
%
% \begin{macro}{\DelayedShellEscape}
+% \changes{v0.1c}{2016/04/29}{Define \cs{DelayedShellEscape} not \cs{ShellEscape}(UF)}
% Execute the supplied tokens as a system dependent command, when this
% node is shipped out with the completed page, assuming
% such execution is allowed.
% \begin{macrocode}
\ifx\lastsavedimageresourcepages\@undefined
- \protected\def\ShellEscape{\relax\write18 }
+ \protected\def\DelayedShellEscape{\relax\write18 }
% \end{macrocode}
%
% \begin{macrocode}