[latex3-commits] [git/LaTeX3-latex3-latex3] l3bitset-2: Missed a few __bitset (5b3152d3a)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Jan 27 10:13:17 CET 2021
Repository : https://github.com/latex3/latex3
On branch : l3bitset-2
Link : https://github.com/latex3/latex3/commit/5b3152d3a34b41a997e28e1ae453bdbbace934ec
>---------------------------------------------------------------
commit 5b3152d3a34b41a997e28e1ae453bdbbace934ec
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Jan 27 09:13:17 2021 +0000
Missed a few __bitset
>---------------------------------------------------------------
5b3152d3a34b41a997e28e1ae453bdbbace934ec
l3experimental/l3bitset/l3bitset.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3experimental/l3bitset/l3bitset.dtx b/l3experimental/l3bitset/l3bitset.dtx
index db167a331..825bef878 100644
--- a/l3experimental/l3bitset/l3bitset.dtx
+++ b/l3experimental/l3bitset/l3bitset.dtx
@@ -537,7 +537,7 @@
\cs_generate_variant:Nn \bitset_log:N { c }
\cs_new_protected:Npn \bitset_show_named_index:N { \@@_show_named_index:NN \msg_show:nnxxxx }
\cs_generate_variant:Nn \bitset_show_named_index:N { c }
-\cs_new_protected:Npn \__bitset_show:NN #1#2
+\cs_new_protected:Npn \@@_show:NN #1#2
{
\__kernel_chk_defined:NT #2
{
@@ -548,7 +548,7 @@
{ }
}
}
-\cs_new_protected:Npn \__bitset_show_named_index:NN #1#2
+\cs_new_protected:Npn \@@_show_named_index:NN #1#2
{
\__kernel_chk_defined:NT #2
{
More information about the latex3-commits
mailing list.