[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: from master (a264eb55)
David Carlisle
d.p.carlisle at gmail.com
Sun Nov 10 10:07:00 CET 2019
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/a264eb55c353480bff5bac923b91915e227494ec
>---------------------------------------------------------------
commit a264eb55c353480bff5bac923b91915e227494ec
Author: David Carlisle <d.p.carlisle at gmail.com>
Date: Sun Nov 10 09:07:00 2019 +0000
from master
>---------------------------------------------------------------
a264eb55c353480bff5bac923b91915e227494ec
base/ltfiles.dtx | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/base/ltfiles.dtx b/base/ltfiles.dtx
index fe5f0aa0..87a7f5e9 100644
--- a/base/ltfiles.dtx
+++ b/base/ltfiles.dtx
@@ -715,7 +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}
+% \changes{v1.2e}{2019/11/09}{expand and \cs{string} before removing quotes}
% \begin{macrocode}
%</2ekernel>
%<*2ekernel|latexrelease>
@@ -725,9 +725,10 @@
\begingroup
\escapechar\m at ne
\xdef\@curr at file{%
+ \expandafter\expandafter\expandafter\unquote at name
+ \expandafter\expandafter\expandafter{%
\expandafter\string
- \csname\@firstofone#1\@empty\endcsname}%
- \xdef\@curr at file{\expandafter\unquote at name\expandafter{\@curr at file}}%
+ \csname\@firstofone#1\@empty\endcsname}}%
\endgroup
}
% \end{macrocode}
More information about the latex3-commits
mailing list