[latex3-commits] [git/LaTeX3-latex3-latex3] master: protected auxiliaries for keys_find_key_module (05b2e820e)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Aug 5 08:40:39 CEST 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/05b2e820e033f21629a80015baec7c2d58a64c1d
>---------------------------------------------------------------
commit 05b2e820e033f21629a80015baec7c2d58a64c1d
Author: Jonathan Spratte <jspratte at yahoo.de>
Date: Tue Aug 4 16:11:29 2020 +0200
protected auxiliaries for keys_find_key_module
>---------------------------------------------------------------
05b2e820e033f21629a80015baec7c2d58a64c1d
l3kernel/l3keys.dtx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/l3kernel/l3keys.dtx b/l3kernel/l3keys.dtx
index 194f4b763..3d5a1ea96 100644
--- a/l3kernel/l3keys.dtx
+++ b/l3kernel/l3keys.dtx
@@ -2649,22 +2649,22 @@
\@@_find_key_module_auxi:Nw #2 #1 \s_@@_nil \@@_find_key_module_auxii:Nw
/ \s_@@_nil \@@_find_key_module_auxiv:Nw #3
}
-\cs_new:Npn \@@_find_key_module_auxi:Nw #1 #2 / #3 \s_@@_nil #4
+\cs_new_protected:Npn \@@_find_key_module_auxi:Nw #1 #2 / #3 \s_@@_nil #4
{
#4 #1 #2 \s_@@_mark #3 \s_@@_nil #4
}
-\cs_new:Npn \@@_find_key_module_auxii:Nw
+\cs_new_protected:Npn \@@_find_key_module_auxii:Nw
#1 #2 \s_@@_mark #3 \s_@@_nil \@@_find_key_module_auxii:Nw
{
\cs_set_nopar:Npx #1 { \tl_if_empty:NF #1 { #1 / } #2 }
\@@_find_key_module_auxi:Nw #1 #3 \s_@@_nil \@@_find_key_module_auxiii:Nw
}
-\cs_new:Npn \@@_find_key_module_auxiii:Nw #1 #2 \s_@@_mark
+\cs_new_protected:Npn \@@_find_key_module_auxiii:Nw #1 #2 \s_@@_mark
{
\cs_set_nopar:Npx #1 { \tl_if_empty:NF #1 { #1 / } #2 }
\@@_find_key_module_auxi:Nw #1
}
-\cs_new:Npn \@@_find_key_module_auxiv:Nw
+\cs_new_protected:Npn \@@_find_key_module_auxiv:Nw
#1 #2 \s_@@_nil #3 \s_@@_mark
\s_@@_nil \@@_find_key_module_auxiv:Nw #4
{
More information about the latex3-commits
mailing list.