[latex3-commits] [git/LaTeX3-latex3-latex2e] gh776: Faster runtime and \changes entry (fa18864f)

PhelypeOleinik phelype.oleinik at latex-project.org
Wed Mar 2 14:10:15 CET 2022


Repository : https://github.com/latex3/latex2e
On branch  : gh776
Link       : https://github.com/latex3/latex2e/commit/fa18864f0b6677b0d71ea474277ed0c94474f6cc

>---------------------------------------------------------------

commit fa18864f0b6677b0d71ea474277ed0c94474f6cc
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Wed Mar 2 10:10:15 2022 -0300

    Faster runtime and \changes entry


>---------------------------------------------------------------

fa18864f0b6677b0d71ea474277ed0c94474f6cc
 base/ltfilehook.dtx | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/base/ltfilehook.dtx b/base/ltfilehook.dtx
index 46fed199..f072f2c8 100644
--- a/base/ltfilehook.dtx
+++ b/base/ltfilehook.dtx
@@ -31,8 +31,8 @@
 %%% From File: ltfilehook.dtx
 %
 %    \begin{macrocode}
-\providecommand\ltfilehookversion{v1.0l}
-\providecommand\ltfilehookdate{2021/08/27}
+\providecommand\ltfilehookversion{v1.0m}
+\providecommand\ltfilehookdate{2022/02/28}
 %    \end{macrocode}
 %
 %<*driver>
@@ -1071,6 +1071,8 @@
 %   control sequence.
 %   \changes{v1.0i}{2021/04/20}
 %           {Make \string~ expand to a string (tracks change in l3kernel)}
+%   \changes{v1.0m}{2022/02/28}
+%           {Add \cs{set at curr@file at nosearch} for \pkg{graphicx}}
 %    \begin{macrocode}
 %</2ekernel>
 %<*2ekernel|latexrelease>
@@ -1079,12 +1081,12 @@
 \def\set at curr@file{%
   \begingroup
     \set at curr@file at aux}
-\def\set at curr@file at nosearch{%
+\edef\set at curr@file at nosearch{%
   \begingroup
-    \let\input at path\@empty
-    \csname seq_clear:N\expandafter\endcsname
-      \csname l_file_search_path_seq\endcsname
-    \set at curr@file at aux}
+    \let\noexpand\input at path\noexpand\@empty
+    \csname seq_clear:N\endcsname
+      \expandafter\noexpand\csname l_file_search_path_seq\endcsname
+    \noexpand\set at curr@file at aux}
 \def\set at curr@file at aux#1{%
     \escapechar\m at ne
     \let\protect\string





More information about the latex3-commits mailing list.