[latex3-commits] [latex3/latex3] main: Avoid warnings for use of \prop_put_if_new: (a4390cc9b)

github at latex-project.org github at latex-project.org
Sun Apr 7 00:06:12 CEST 2024


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/a4390cc9b6c1de42fb3617445e13a925a8750b71

>---------------------------------------------------------------

commit a4390cc9b6c1de42fb3617445e13a925a8750b71
Author: Joseph Wright <joseph at texdev.net>
Date:   Sat Apr 6 23:06:12 2024 +0100

    Avoid warnings for use of \prop_put_if_new:
    
    A temporary change until fontspec is updated.


>---------------------------------------------------------------

a4390cc9b6c1de42fb3617445e13a925a8750b71
 l3kernel/l3deprecation.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3deprecation.dtx b/l3kernel/l3deprecation.dtx
index c0c41618d..03566e66c 100644
--- a/l3kernel/l3deprecation.dtx
+++ b/l3kernel/l3deprecation.dtx
@@ -671,9 +671,9 @@
 %     \prop_gput_if_new:cnn, \prop_gput_if_new:cVn, \prop_gput_if_new:cnV
 %   }
 %    \begin{macrocode}
-\__kernel_patch_deprecation:nnNNpn { 2024-03-30 } { \prop_put_if_not_in:Nnn }
+%\__kernel_patch_deprecation:nnNNpn { 2024-03-30 } { \prop_put_if_not_in:Nnn }
 \cs_new_protected:Npn \prop_put_if_new:Nnn { \prop_put_if_not_in:Nnn }
-\__kernel_patch_deprecation:nnNNpn { 2024-03-30 } { \prop_gput_if_not_in:Nnn }
+%\__kernel_patch_deprecation:nnNNpn { 2024-03-30 } { \prop_gput_if_not_in:Nnn }
 \cs_new_protected:Npn \prop_gput_if_new:Nnn { \prop_gput_if_not_in:Nnn }
 \cs_generate_variant:Nn \prop_put_if_new:Nnn
   { NnV , NV , c , cnV , cV }





More information about the latex3-commits mailing list.