[latex3-commits] [git/LaTeX3-latex3-latex2e] color: Two @ to separate the arg spec (efe218e0)
GitHub
noreply at github.com
Fri Jun 12 15:24:52 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : color
Link : https://github.com/latex3/latex2e/commit/efe218e0a6d6f827d274e9af984d90287a2b24e7
>---------------------------------------------------------------
commit efe218e0a6d6f827d274e9af984d90287a2b24e7
Author: Phelype Oleinik <phelype.oleinik at latex-project.org>
Date: Fri Jun 12 10:24:52 2020 -0300
Two @ to separate the arg spec
>---------------------------------------------------------------
efe218e0a6d6f827d274e9af984d90287a2b24e7
required/graphics/color.dtx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/required/graphics/color.dtx b/required/graphics/color.dtx
index b7c9d99f..909082a5 100644
--- a/required/graphics/color.dtx
+++ b/required/graphics/color.dtx
@@ -549,7 +549,7 @@
{\PackageInfo{color}{Redefining color #1}}%
\csname color@#2\expandafter\endcsname
\csname\string\color @#1\endcsname{#3}}%
- \@expl at color@set at nnn{#1}{#2}{#3}%
+ \@expl at color@set@@nnn{#1}{#2}{#3}%
}
% \end{macrocode}
% \end{macro}
@@ -613,21 +613,21 @@
{\@ifundefined{col@#2}{}%
{\PackageInfo{color}{Redefining color #2 in named color model}}%
\csname color@#3\endcsname\@tempa{#4}%
- \@expl at color@set at nnn{#1}{#2}{#3}%
+ \@expl at color@set@@nnn{#1}{#2}{#3}%
\csname define at color@#1\endcsname{#2}\@tempa
\c at lor@usename{#2}}}}
\@onlypreamble\DefineNamedColor
% \end{macrocode}
% \end{macro}
%
-% \begin{macro}{\@expl at color@set at nnn}
+% \begin{macro}{\@expl at color@set@@nnn}
% Abstracted support for sending data to \textsf{expl3}.
% \begin{macrocode}
-\protected\def\@expl at color@set at nnn#1#2#3{}
+\protected\def\@expl at color@set@@nnn#1#2#3{}
\ifdefined\ExplSyntaxOn
\ExplSyntaxOn
\cs_if_exist:NT \color_set:nnn
- { \cs_gset_eq:NN \@expl at color@set at nnn \color_set:nnn }
+ { \cs_gset_eq:NN \@expl at color@set@@nnn \color_set:nnn }
\ExplSyntaxOff
\fi
% \end{macrocode}
More information about the latex3-commits
mailing list.