[latex3-commits] [git/LaTeX3-latex3-latex3] main: Avoid an issue in ltcmd (54e03d46f)

Joseph Wright joseph.wright at morningstar2.co.uk
Sun Jun 26 08:21:20 CEST 2022


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

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

commit 54e03d46f885617c58d5f94f1b8c43542face6a5
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Jun 26 07:21:16 2022 +0100

    Avoid an issue in ltcmd
    
    There will be a little bit of 'timing' work to do here:
    release expl3, update latex(dev), revisit after the fall release.


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

54e03d46f885617c58d5f94f1b8c43542face6a5
 l3kernel/l3deprecation.dtx | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/l3kernel/l3deprecation.dtx b/l3kernel/l3deprecation.dtx
index 36e53da42..6fa121232 100644
--- a/l3kernel/l3deprecation.dtx
+++ b/l3kernel/l3deprecation.dtx
@@ -439,9 +439,12 @@
 %    \end{macrocode}
 %
 % \begin{macro}[EXP]{\cs_argument_spec:N}
+%   For the present, do not deprecate fully as \LaTeXe{} will need to catch
+%   up: one for Fall 2022.
 %    \begin{macrocode}
 \__kernel_patch_deprecation:nnNNpn { 2022-06-24 } { \cs_argument_spec:N }
 \cs_gset:Npn \cs_argument_spec:N { \cs_parameter_spec:N }
+\cs_gset_eq:NN \cs_argument_spec:N \cs_parameter_spec:N
 %    \end{macrocode}
 % \end{macro}
 %





More information about the latex3-commits mailing list.