[latex3-commits] [git/LaTeX3-latex3-latex3] main: Allow msg module name to be empty (c2b171cd4)

Bruno Le Floch blflatex at gmail.com
Sun May 16 11:05:09 CEST 2021


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

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

commit c2b171cd4eb28c09d71ce8ad64531466685fa504
Author: Bruno Le Floch <blflatex at gmail.com>
Date:   Sun May 16 11:05:09 2021 +0200

    Allow msg module name to be empty


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

c2b171cd4eb28c09d71ce8ad64531466685fa504
 l3kernel/l3msg.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/l3msg.dtx b/l3kernel/l3msg.dtx
index 20ddc21cd..1a3d0976a 100644
--- a/l3kernel/l3msg.dtx
+++ b/l3kernel/l3msg.dtx
@@ -968,7 +968,7 @@
 \cs_new:Npn \@@_text:nn #1#2
   {
     \exp_args:Nf \@@_text:n { \msg_module_type:n {#1} }
-    \msg_module_name:n {#1} ~
+    \exp_args:Nf \@@_text:n { \msg_module_name:n {#1} }
     #2
   }
 \cs_new:Npn \@@_text:n #1





More information about the latex3-commits mailing list.