[latex3-commits] [git/LaTeX3-latex3-latex2e] gh217: always use @@ to replace the expl ":" convention [ci skip] (93d80a5a)
Johannes Braams
texniek at braams.xs4all.nl
Sat May 2 17:59:15 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : gh217
Link : https://github.com/latex3/latex2e/commit/93d80a5aed3ecb42c87c826c2db5f57713cedb13
>---------------------------------------------------------------
commit 93d80a5aed3ecb42c87c826c2db5f57713cedb13
Author: Johannes Braams <texniek at braams.xs4all.nl>
Date: Sat May 2 17:59:15 2020 +0200
always use @@ to replace the expl ":" convention [ci skip]
>---------------------------------------------------------------
93d80a5aed3ecb42c87c826c2db5f57713cedb13
base/ltexpl.dtx | 6 +++---
base/ltfiles.dtx | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/base/ltexpl.dtx b/base/ltexpl.dtx
index 95d013b6..27589917 100644
--- a/base/ltexpl.dtx
+++ b/base/ltexpl.dtx
@@ -125,14 +125,14 @@
% kernel and are not meant to be used in third-party
% packages. These macros will always have \verb|@expl@| in their
% name.
+%
% \changes{v1.2}{2020/05/02}
% {Define a macro based on l3 language to support inclusion of
% files with space in the name}
-%
% \begin{macrocode}
\ExplSyntaxOn
-\cs_set_eq:NN \@expl at tl@trim at spaces@n \tl_trim_spaces:n
-\cs_set_eq:NN \@expl at exp@args@@Ne \exp_args:Ne
+\cs_new_eq:NN \@expl at tl@trim at spaces@@n \tl_trim_spaces:n
+\cs_new_eq:NN \@expl at exp@args@@Ne \exp_args:Ne
\ExplSyntaxOff
% \end{macrocode}
%
diff --git a/base/ltfiles.dtx b/base/ltfiles.dtx
index 1799abfb..c1e7a53d 100644
--- a/base/ltfiles.dtx
+++ b/base/ltfiles.dtx
@@ -760,7 +760,7 @@
% language, \textbf{\emph{beware}: this may change unannounced}/
% \begin{macrocode}
\def\set at curr@file at trim@spaces#1{%
- \@expl at exp@args@@Ne \set at curr@file {\@expl at tl@trim at spaces@n {#1}}}
+ \@expl at exp@args@@Ne \set at curr@file {\@expl at tl@trim at spaces@@n {#1}}}
% \end{macrocode}
% \end{macro}
% \end{macro}
More information about the latex3-commits
mailing list.