[latex3-commits] [latex3/latex3] l3bitset, main: Avoid deprecation errors with \iow_shipout_x:Nn (592934e60)

github at latex-project.org github at latex-project.org
Fri Dec 8 11:34:43 CET 2023


Repository : https://github.com/latex3/latex3
On branches: l3bitset,main
Link       : https://github.com/latex3/latex3/commit/592934e60bbf2de7187dbceb0600ac535079d209

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

commit 592934e60bbf2de7187dbceb0600ac535079d209
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Dec 8 10:34:43 2023 +0000

    Avoid deprecation errors with \iow_shipout_x:Nn


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

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

diff --git a/l3kernel/l3deprecation.dtx b/l3kernel/l3deprecation.dtx
index a6f3938bf..ee76368cf 100644
--- a/l3kernel/l3deprecation.dtx
+++ b/l3kernel/l3deprecation.dtx
@@ -455,9 +455,9 @@
 %     \iow_shipout_x:cn, \iow_shipout_x:cx
 %   }
 %   Previously described as \texttt{x}-type, but the hash behaviour is really
-%   \texttt{e}-type.
+%   \texttt{e}-type. Currently not \enquote{live} as we need to have a transition.
 %    \begin{macrocode}
-\__kernel_patch_deprecation:nnNNpn { 2023-10-10 } { \iow_shipout_e:Nn }
+% \__kernel_patch_deprecation:nnNNpn { 2023-10-10 } { \iow_shipout_e:Nn }
 \cs_new_protected:Npn \iow_shipout_x:Nn { \iow_shipout_e:Nn }
 \cs_generate_variant:Nn \iow_shipout_x:Nn { Nx , c, cx }
 %    \end{macrocode}





More information about the latex3-commits mailing list.