[latex3-commits] [git/LaTeX3-latex3-latex3] main: Update for kernel msg change (24cc4e4bb)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Jan 10 19:08:09 CET 2022


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/24cc4e4bb961f230ad5a0737ae38599a39582562

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

commit 24cc4e4bb961f230ad5a0737ae38599a39582562
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Jan 10 15:59:51 2022 +0000

    Update for kernel msg change


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

24cc4e4bb961f230ad5a0737ae38599a39582562
 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.