[latex3-commits] [latex3/latex3] e-type: Restore a required \exp-_args:Nx (7185e1572)

github at latex-project.org github at latex-project.org
Wed Sep 27 06:34:38 CEST 2023


Repository : https://github.com/latex3/latex3
On branch  : e-type
Link       : https://github.com/latex3/latex3/commit/7185e1572980520f01321fa43a04e595126c1e49

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

commit 7185e1572980520f01321fa43a04e595126c1e49
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Sep 27 05:34:38 2023 +0100

    Restore a required \exp-_args:Nx


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

7185e1572980520f01321fa43a04e595126c1e49
 l3kernel/l3keys.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/l3keys.dtx b/l3kernel/l3keys.dtx
index 7b2af9f24..9eecdea77 100644
--- a/l3kernel/l3keys.dtx
+++ b/l3kernel/l3keys.dtx
@@ -2529,7 +2529,7 @@
 \cs_new_protected:cpn { \c_@@_props_root_str .initial:o } #1
   { \exp_args:No \@@_initialise:n {#1} }
 \cs_new_protected:cpn { \c_@@_props_root_str .initial:x } #1
-  { \exp_args:Ne \@@_initialise:n {#1} }
+  { \exp_args:Nx \@@_initialise:n {#1} }
 %    \end{macrocode}
 % \end{macro}
 %





More information about the latex3-commits mailing list.