[latex3-commits] [git/LaTeX3-latex3-latex3] l3text: Correct \l_<type>_case:n(n) deprecation (e18121fb2)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sat Dec 7 11:02:11 CET 2019
Repository : https://github.com/latex3/latex3
On branch : l3text
Link : https://github.com/latex3/latex3/commit/e18121fb2db0b5399d007a44dac7608c9f877049
>---------------------------------------------------------------
commit e18121fb2db0b5399d007a44dac7608c9f877049
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat Dec 7 10:02:11 2019 +0000
Correct \l_<type>_case:n(n) deprecation
>---------------------------------------------------------------
e18121fb2db0b5399d007a44dac7608c9f877049
l3kernel/l3deprecation.dtx | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/l3kernel/l3deprecation.dtx b/l3kernel/l3deprecation.dtx
index 1581caf6f..f17b2e706 100644
--- a/l3kernel/l3deprecation.dtx
+++ b/l3kernel/l3deprecation.dtx
@@ -978,22 +978,22 @@
% \begin{macrocode}
\__kernel_patch_deprecation:nnNNpn { 2021-01-01 } { \text_lowercase:n }
\cs_gset:Npn \tl_lower_case:n #1
- { \exp_args:Ne \text_lowercase:n {#1} }
+ { \text_lowercase:n {#1} }
\__kernel_patch_deprecation:nnNNpn { 2021-01-01 } { \text_lowercase:nn }
\cs_gset:Npn \tl_lower_case:nn #1#2
- { \exp_args:Nne \text_lowerase:nn {#1} {#2} }
+ { \text_lowerase:nn {#1} {#2} }
\__kernel_patch_deprecation:nnNNpn { 2021-01-01 } { \text_uppercase:n }
\cs_gset:Npn \tl_upper_case:n #1
- { \exp_args:Ne \text_uppercase:n {#1} }
+ { \text_uppercase:n {#1} }
\__kernel_patch_deprecation:nnNNpn { 2021-01-01 } { \text_uppercase:nn }
\cs_gset:Npn \tl_upper_case:nn #1#2
- { \exp_args:Nne \text_uppercase:nn {#1} {#2} }
+ { \text_uppercase:nn {#1} {#2} }
\__kernel_patch_deprecation:nnNNpn { 2021-01-01 } { \text_titlecase:n }
\cs_gset:Npn \tl_mixed_case:n #1
- { \exp_args:Ne \text_titlecase:n {#1} }
+ { \text_titlecase:n {#1} }
\__kernel_patch_deprecation:nnNNpn { 2021-01-01 } { \text_titlecase:nn }
\cs_gset:Npn \tl_mixed_case:nn #1#2
- { \exp_args:Nne \text_titlecase:nn {#1} {#2} }
+ { \text_titlecase:nn {#1} {#2} }
% \end{macrocode}
% \end{macro}
%
More information about the latex3-commits
mailing list