[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct deprecation code (4242dfe)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Jun 19 14:48:51 CEST 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/4242dfeb96aa9c8b77478f00113ea98012766f4b

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

commit 4242dfeb96aa9c8b77478f00113ea98012766f4b
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Jun 19 13:48:51 2018 +0100

    Correct deprecation code


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

4242dfeb96aa9c8b77478f00113ea98012766f4b
 l3kernel/l3str.dtx |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/l3kernel/l3str.dtx b/l3kernel/l3str.dtx
index 3349af5..f0501f5 100644
--- a/l3kernel/l3str.dtx
+++ b/l3kernel/l3str.dtx
@@ -1913,14 +1913,14 @@
 % \begin{macro}[EXP, deprecated = 2019-12-31, pTF]{\str_if_eq_x:nn}
 %   For removal after 2019-12-31.
 %    \begin{macrocode}
-\__kernel_patch_deprecation:nnNNpn { 2019-12-31 } { \str_case:ee }
-\cs_new:Npn \str_case_x:nn { \str_case:ee }
-\__kernel_patch_deprecation:nnNNpn { 2019-12-31 } { \str_case:eeT }
-\cs_new:Npn \str_case_x:nnT { \str_case:eeT }
-\__kernel_patch_deprecation:nnNNpn { 2019-12-31 } { \str_case:eeT }
-\cs_new:Npn \str_case_x:nnF { \str_case:eeF }
-\__kernel_patch_deprecation:nnNNpn { 2019-12-31 } { \str_case:eeTF }
-\cs_new:Npn \str_case_x:nnTF { \str_case:eeTF }
+\__kernel_patch_deprecation:nnNNpn { 2019-12-31 } { \str_case_e:nn }
+\cs_new:Npn \str_case_x:nn { \str_case_e:nn }
+\__kernel_patch_deprecation:nnNNpn { 2019-12-31 } { \str_case_e:nnT }
+\cs_new:Npn \str_case_x:nnT { \str_case_e:nnT }
+\__kernel_patch_deprecation:nnNNpn { 2019-12-31 } { \str_case_e:nnF }
+\cs_new:Npn \str_case_x:nnF { \str_case_e:nnF }
+\__kernel_patch_deprecation:nnNNpn { 2019-12-31 } { \str_case_e:nnTF }
+\cs_new:Npn \str_case_x:nnTF { \str_case_e:nnTF }
 \__kernel_patch_deprecation:nnNNpn { 2019-12-31 } { \str_if_eq_p:ee }
 \cs_new:Npn \str_if_eq_x_p:nn { \str_if_eq_p:ee }
 \__kernel_patch_deprecation:nnNNpn { 2019-12-31 } { \str_if_eq:eeT }





More information about the latex3-commits mailing list