[latex3-commits] [git/LaTeX3-latex3-latex3] main: Make sure kernel will still load (27f791340)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Jun 28 11:05:20 CEST 2022


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

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

commit 27f791340be2df222cef812ada8dce158d8f94f6
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Jun 28 10:05:20 2022 +0100

    Make sure kernel will still load


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

27f791340be2df222cef812ada8dce158d8f94f6
 l3kernel/l3basics.dtx      | 1 +
 l3kernel/l3deprecation.dtx | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/l3kernel/l3basics.dtx b/l3kernel/l3basics.dtx
index f37263585..2bb7a97c5 100644
--- a/l3kernel/l3basics.dtx
+++ b/l3kernel/l3basics.dtx
@@ -3227,6 +3227,7 @@
       }
       { \scan_stop: }
   }
+\cs_new_eq:NN \cs_argument_spec:N \cs_parameter_spec:N
 \cs_new:Npn \cs_replacement_spec:N #1
   {
     \token_if_macro:NTF #1
diff --git a/l3kernel/l3deprecation.dtx b/l3kernel/l3deprecation.dtx
index aab969d40..1979296d5 100644
--- a/l3kernel/l3deprecation.dtx
+++ b/l3kernel/l3deprecation.dtx
@@ -443,7 +443,7 @@
 %   up: one for Fall 2022.
 %    \begin{macrocode}
 %\__kernel_patch_deprecation:nnNNpn { 2022-06-24 } { \cs_parameter_spec:N }
-\cs_gset:Npn \cs_argument_spec:N { \cs_parameter_spec:N }
+%\cs_gset:Npn \cs_argument_spec:N { \cs_parameter_spec:N }
 %    \end{macrocode}
 % \end{macro}
 %





More information about the latex3-commits mailing list.