[latex3-commits] [latex3/latex3] main: Suppress loading of l3bitset pkg (58ca75765)
github at latex-project.org
github at latex-project.org
Fri Dec 8 12:01:39 CET 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/58ca7576548e02dc4eb39b3fce6aa91c64c9917b
>---------------------------------------------------------------
commit 58ca7576548e02dc4eb39b3fce6aa91c64c9917b
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,.
>---------------------------------------------------------------
58ca7576548e02dc4eb39b3fce6aa91c64c9917b
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.