[latex3-commits] [git/LaTeX3-latex3-latex2e] main: Update xparse to 2021-08-27 (e2a28cc6)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Aug 27 14:07:55 CEST 2021
Repository : https://github.com/latex3/latex2e
On branch : main
Link : https://github.com/latex3/latex2e/commit/e2a28cc6a99322cc13765263669cc6adc424065d
>---------------------------------------------------------------
commit e2a28cc6a99322cc13765263669cc6adc424065d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Aug 27 08:31:34 2021 +0100
Update xparse to 2021-08-27
>---------------------------------------------------------------
e2a28cc6a99322cc13765263669cc6adc424065d
texmf/tex/latex/l3packages/xparse/xparse.sty | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/texmf/tex/latex/l3packages/xparse/xparse.sty b/texmf/tex/latex/l3packages/xparse/xparse.sty
index 04074224..1dcf1ecb 100644
--- a/texmf/tex/latex/l3packages/xparse/xparse.sty
+++ b/texmf/tex/latex/l3packages/xparse/xparse.sty
@@ -60,7 +60,7 @@
}
}
\ExplSyntaxOff
-\ProvidesExplPackage{xparse}{2021-08-04}{}
+\ProvidesExplPackage{xparse}{2021-08-27}{}
{L3 Experimental document command parser}
\clist_new:N \l__cmd_options_clist
\DeclareOption* { \clist_put_right:NV \l__cmd_options_clist \CurrentOption }
@@ -74,10 +74,10 @@
}
\keys_set:nV {#1} \l__cmd_options_clist
\bool_if:NF \l__cmd_log_bool
- { \msg_redirect_module:nnn { LaTeX / #1 } { info } { none } }
+ { \msg_redirect_module:nnn {#1} { info } { none } }
\cs_new_protected:Npn \__cmd_unknown_argument_type_error:n ##1
{
- \__kernel_msg_error:nnxx {#1} { unknown-argument-type }
+ \msg_error:nnxx {#1} { unknown-argument-type }
{ \__cmd_environment_or_command: } { \tl_to_str:n {##1} }
}
}
More information about the latex3-commits
mailing list.