[latex3-commits] [latex3/latex3] l3bitset: Suppress loading of l3bitset pkg (a9176ec4a)
github at latex-project.org
github at latex-project.org
Thu Dec 7 15:39:32 CET 2023
Repository : https://github.com/latex3/latex3
On branch : l3bitset
Link : https://github.com/latex3/latex3/commit/a9176ec4af0a6277159e9b33ff19a7d6d644332d
>---------------------------------------------------------------
commit a9176ec4af0a6277159e9b33ff19a7d6d644332d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Dec 7 14:39:32 2023 +0000
Suppress loading of l3bitset pkg
As transitional support,.
>---------------------------------------------------------------
a9176ec4af0a6277159e9b33ff19a7d6d644332d
l3kernel/l3bitset.dtx | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/l3kernel/l3bitset.dtx b/l3kernel/l3bitset.dtx
index c973955be..de585a5c5 100644
--- a/l3kernel/l3bitset.dtx
+++ b/l3kernel/l3bitset.dtx
@@ -272,6 +272,15 @@
%<@@=bitset>
% \end{macrocode}
%
+% Transitional support.
+% \begin{macrocode}
+\cs_if_exist:NT \@expl at finalise@setup@@@@
+ {
+ \tl_gput_right:Nn \@expl at finalise@setup@@@@
+ { \disable at package@load { l3bitset } { } }
+ }
+% \end{macrocode}
+%
% A bitset is a string variable.
% \begin{macro}{\bitset_new:N, \bitset_new:c}
% \begin{macro}{\bitset_new:Nn, \bitset_new:cn}
More information about the latex3-commits
mailing list.