summaryrefslogtreecommitdiff
path: root/macros/latex/base/ltfiles.dtx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-11-11 03:00:42 +0000
committerNorbert Preining <norbert@preining.info>2019-11-11 03:00:42 +0000
commit0e71c26d9aa79c6e92c3095d6c71f28a566e6054 (patch)
treeb7657bd03108b5ca35e61578ab27b67bd098bf4e /macros/latex/base/ltfiles.dtx
parent838842fa4625160270947ca654e7492e3c7afc44 (diff)
CTAN sync 201911110300
Diffstat (limited to 'macros/latex/base/ltfiles.dtx')
-rw-r--r--macros/latex/base/ltfiles.dtx7
1 files changed, 5 insertions, 2 deletions
diff --git a/macros/latex/base/ltfiles.dtx b/macros/latex/base/ltfiles.dtx
index d0d33a4c71..87a7f5e983 100644
--- a/macros/latex/base/ltfiles.dtx
+++ b/macros/latex/base/ltfiles.dtx
@@ -32,7 +32,7 @@
%<*driver>
% \fi
\ProvidesFile{ltfiles.dtx}
- [2019/10/26 v1.2d LaTeX Kernel (File Handling)]
+ [2019/11/09 v1.2e LaTeX Kernel (File Handling)]
% \iffalse
\documentclass{ltxdoc}
\GetFileInfo{ltfiles.dtx}
@@ -715,6 +715,7 @@
% \changes{v1.2a}{2019/07/01}{Support UTF-8}
% \changes{v1.2c}{2019/10/11}{Remove one brace group}
% \changes{v1.2d}{2019/10/26}{remove quotes}
+% \changes{v1.2e}{2019/11/09}{expand and \cs{string} before removing quotes}
% \begin{macrocode}
%</2ekernel>
%<*2ekernel|latexrelease>
@@ -724,8 +725,10 @@
\begingroup
\escapechar\m@ne
\xdef\@curr@file{%
+ \expandafter\expandafter\expandafter\unquote@name
+ \expandafter\expandafter\expandafter{%
\expandafter\string
- \csname\expandafter\unquote@name\expandafter{\@firstofone#1\@empty}\endcsname}%
+ \csname\@firstofone#1\@empty\endcsname}}%
\endgroup
}
% \end{macrocode}