summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/base/ltfiles.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-11-10 22:06:36 +0000
committerKarl Berry <karl@freefriends.org>2019-11-10 22:06:36 +0000
commitaab89493103eee4673adc09ca1cb724b08d8ce98 (patch)
tree2567082d21440870705c040555f59534c5e433d1 /Master/texmf-dist/source/latex/base/ltfiles.dtx
parent59a3761fd26199d73c37509d357121e7f66754e5 (diff)
latex(2e) (10nov19)
git-svn-id: svn://tug.org/texlive/trunk@52722 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/base/ltfiles.dtx')
-rw-r--r--Master/texmf-dist/source/latex/base/ltfiles.dtx7
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/base/ltfiles.dtx b/Master/texmf-dist/source/latex/base/ltfiles.dtx
index d0d33a4c717..87a7f5e983b 100644
--- a/Master/texmf-dist/source/latex/base/ltfiles.dtx
+++ b/Master/texmf-dist/source/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}