[latex3-commits] [git/LaTeX3-latex3-latex3] main: Correct module name in messages (9aa050ddf)

PhelypeOleinik phelype.oleinik at latex-project.org
Mon Jun 7 22:27:09 CEST 2021


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

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

commit 9aa050ddf9b7ff5476239c637bc52345620d735a
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Mon Jun 7 17:27:09 2021 -0300

    Correct module name in messages


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

9aa050ddf9b7ff5476239c637bc52345620d735a
 l3packages/CHANGELOG.md      | 4 ++++
 l3packages/xparse/xparse.dtx | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/l3packages/CHANGELOG.md b/l3packages/CHANGELOG.md
index bfe53c2b7..4a36cc67d 100644
--- a/l3packages/CHANGELOG.md
+++ b/l3packages/CHANGELOG.md
@@ -7,6 +7,10 @@ this project uses date-based 'snapshot' version identifiers.
 
 ## [Unreleased]
 
+### Fixed
+
+- Correct internal changes to message naming
+
 ## [2021-06-01]
 
 ### Fixed
diff --git a/l3packages/xparse/xparse.dtx b/l3packages/xparse/xparse.dtx
index e34990588..edb6ef1b8 100644
--- a/l3packages/xparse/xparse.dtx
+++ b/l3packages/xparse/xparse.dtx
@@ -1080,14 +1080,14 @@
 \ProcessOptions \relax
 \cs_set_protected:Npn \@@_tmp:w #1
   {
-    \keys_define:nn { ltcmd }
+    \keys_define:nn {#1}
       {
         log-declarations .bool_set:N = \l_@@_log_bool ,
         log-declarations .initial:n  = false
       }
-    \keys_set:nV { ltcmd } \l_@@_options_clist
+    \keys_set:nV {#1} \l_@@_options_clist
     \bool_if:NF \l_@@_log_bool
-      { \msg_redirect_module:nnn { LaTeX / ltcmd } { info } { none } }
+      { \msg_redirect_module:nnn { LaTeX / #1 } { info } { none } }
   }
 \msg_if_exist:nnTF { cmd } { define-command }
   { \@@_tmp:w { cmd } }





More information about the latex3-commits mailing list.