summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3deprecation.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-08-27 22:42:05 +0000
committerKarl Berry <karl@freefriends.org>2021-08-27 22:42:05 +0000
commiteeb7f50af3eaecaf525bfdb721b837386ceb9935 (patch)
tree7f18c91a76e29970f6c361b17eea0a6db002989f /Master/texmf-dist/source/latex/l3kernel/l3deprecation.dtx
parented2f495bcd8d0143ff2053a21ac19555fd477846 (diff)
l3 (28aug21)
git-svn-id: svn://tug.org/texlive/trunk@60338 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3deprecation.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3deprecation.dtx14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3deprecation.dtx b/Master/texmf-dist/source/latex/l3kernel/l3deprecation.dtx
index 276c4d08fda..c9dd5647b64 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3deprecation.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3deprecation.dtx
@@ -43,7 +43,7 @@
% }^^A
% }
%
-% \date{Released 2021-07-12}
+% \date{Released 2021-08-27}
%
% \maketitle
%
@@ -285,7 +285,7 @@
{
\__kernel_if_debug:TF
{
- \exp_not:N \__kernel_msg_warning:nnxxx
+ \exp_not:N \msg_warning:nnxxx
{ deprecation } { deprecated-command }
{#1}
{ \token_to_str:N #3 }
@@ -330,8 +330,8 @@
\exp_not:N #4
{
\cs_if_eq:NNTF #3 \cs_gset_protected:Npn
- { \exp_not:N \__kernel_msg_error:nnnnnn }
- { \exp_not:N \__kernel_msg_expandable_error:nnnnnn }
+ { \exp_not:N \msg_error:nnnnnn }
+ { \exp_not:N \msg_expandable_error:nnnnnn }
{ deprecation } { deprecated-command }
{#1}
{ \token_to_str:N #4 }
@@ -352,10 +352,10 @@
{
\tex_protected:D \tex_outer:D \tex_edef:D #1
{
- \exp_not:N \__kernel_msg_expandable_error:nnnnn
+ \exp_not:N \msg_expandable_error:nnnnn
{ deprecation } { deprecated-command }
{ \tl_to_str:n {#3} } { \token_to_str:N #1 } { \tl_to_str:n {#2} }
- \exp_not:N \__kernel_msg_error:nnxxx
+ \exp_not:N \msg_error:nnxxx
{ deprecation } { deprecated-command }
{ \tl_to_str:n {#3} } { \token_to_str:N #1 } { \tl_to_str:n {#2} }
}
@@ -364,7 +364,7 @@
% \end{macro}
%
% \begin{macrocode}
-\__kernel_msg_new:nnn { deprecation } { deprecated-command }
+\msg_new:nnn { deprecation } { deprecated-command }
{
\tl_if_blank:nF {#3} { Use~ \tl_trim_spaces:n {#3} ~not~ }
#2~deprecated~on~#1.