[latex3-commits] [git/LaTeX3-latex3-latex3] main: remove unnecessary _aux suffix from internals (72c693d07)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Jan 10 14:45:55 CET 2022
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/72c693d07ac2ead49a53fd6149268dacab5e28f9
>---------------------------------------------------------------
commit 72c693d07ac2ead49a53fd6149268dacab5e28f9
Author: Jonathan Spratte <jspratte at yahoo.de>
Date: Sun Nov 14 11:00:03 2021 +0100
remove unnecessary _aux suffix from internals
>---------------------------------------------------------------
72c693d07ac2ead49a53fd6149268dacab5e28f9
l3kernel/l3prop.dtx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/l3kernel/l3prop.dtx b/l3kernel/l3prop.dtx
index ea2f2acf9..2055a976c 100644
--- a/l3kernel/l3prop.dtx
+++ b/l3kernel/l3prop.dtx
@@ -1072,7 +1072,7 @@
%
% \begin{macro}[EXP]{\prop_to_keyval:N}
% \begin{macro}[EXP]
-% {\@@_to_keyval_exp_after:wN, \@@_to_keyval_aux:nn, \@@_to_keyval_aux:nnw}
+% {\@@_to_keyval_exp_after:wN, \@@_to_keyval:nn, \@@_to_keyval:nnw}
% Each property name and value pair will be returned in the form
% \verb*| |\marg{name}\verb*|= |\marg{value}. As one of the main use cases for
% this macro is to pass the \meta{property list} on to a key--value parser, we
@@ -1106,12 +1106,12 @@
\tex_expanded:D
{
\__kernel_exp_not:w { \use_none:n }
- \prop_map_function:NN #1 \@@_to_keyval_aux:nn
+ \prop_map_function:NN #1 \@@_to_keyval:nn
}
}
}
}
- \cs_new:Npn \@@_to_keyval_aux:nn #1#2
+ \cs_new:Npn \@@_to_keyval:nn #1#2
{ , ~ {#1} =~ { \__kernel_exp_not:w {#2} } }
}
% \end{macrocode}
@@ -1131,12 +1131,12 @@
\prop_if_empty:NTF #1
{ {} }
{
- \prop_map_function:NN #1 \@@_to_keyval_aux:nnw
+ \prop_map_function:NN #1 \@@_to_keyval:nnw
\@@_to_keyval_exp_after:wN { \use_none:n }
}
}
\cs_new_eq:NN \@@_to_keyval_exp_after:wN \exp_after:wN
- \cs_new:Npn \@@_to_keyval_aux:nnw #1#2#3 \@@_to_keyval_exp_after:wN #4
+ \cs_new:Npn \@@_to_keyval:nnw #1#2#3 \@@_to_keyval_exp_after:wN #4
{ #3 \@@_to_keyval_exp_after:wN { #4 , ~ {#1} =~ {#2} } }
}
% \end{macrocode}
More information about the latex3-commits
mailing list.