[latex3-commits] [git/LaTeX3-latex3-latex3] gh433-regex-case: Update for kernel msg change (af6621396)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Jan 10 18:31:37 CET 2022
Repository : https://github.com/latex3/latex3
On branch : gh433-regex-case
Link : https://github.com/latex3/latex3/commit/af6621396b74a25655f07655a619b693e5d13c3b
>---------------------------------------------------------------
commit af6621396b74a25655f07655a619b693e5d13c3b
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Jan 10 15:59:51 2022 +0000
Update for kernel msg change
>---------------------------------------------------------------
af6621396b74a25655f07655a619b693e5d13c3b
l3kernel/l3regex.dtx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/l3kernel/l3regex.dtx b/l3kernel/l3regex.dtx
index 8893f1b9a..acb7a8a12 100644
--- a/l3kernel/l3regex.dtx
+++ b/l3kernel/l3regex.dtx
@@ -6592,7 +6592,7 @@
{
\int_if_odd:nTF { \tl_count:n {#1} }
{
- \__kernel_msg_error:nnxxxx { regex } { case-odd }
+ \msg_error:nnxxxx { regex } { case-odd }
{ \token_to_str:N \regex_case_replace_once:nN(TF) } { code }
{ \tl_count:n {#1} } { \tl_to_str:n {#1} }
\use_ii:nn
@@ -6624,7 +6624,7 @@
{
\int_if_odd:nTF { \tl_count:n {#1} }
{
- \__kernel_msg_error:nnxxxx { regex } { case-odd }
+ \msg_error:nnxxxx { regex } { case-odd }
{ \token_to_str:N \regex_case_replace_all:nN(TF) } { code }
{ \tl_count:n {#1} } { \tl_to_str:n {#1} }
\use_ii:nn
@@ -6786,7 +6786,7 @@
{
\int_if_odd:nTF { \tl_count:n {#1} }
{
- \__kernel_msg_error:nnxxxx { regex } { case-odd }
+ \msg_error:nnxxxx { regex } { case-odd }
{ \token_to_str:N \regex_case_match:nn(TF) } { code }
{ \tl_count:n {#1} } { \tl_to_str:n {#1} }
\use_ii:nn
More information about the latex3-commits
mailing list.