summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3packages/xparse/xparse.sty')
-rw-r--r--Master/texmf-dist/tex/latex/l3packages/xparse/xparse.sty9
1 files changed, 3 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/l3packages/xparse/xparse.sty b/Master/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
index f8822d09fdc..38b099379ce 100644
--- a/Master/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
+++ b/Master/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
@@ -32,7 +32,7 @@
}%
\endinput
}
-\ProvidesExplPackage{xparse}{2020-02-14}{}
+\ProvidesExplPackage{xparse}{2020-02-25}{}
{L3 Experimental document command parser}
\tl_new:N \l__xparse_arg_spec_tl
\tl_new:N \l__xparse_args_tl
@@ -1126,7 +1126,7 @@
}
\cs_new:Npn \__xparse_grab_D_nested:w #1 \q_nil \q_stop
{ \exp_not:o { \use_none:n #1 } }
-\cs_set_protected_nopar:Npn \__xparse_grab_D_call:Nw #1
+\cs_new_protected_nopar:Npn \__xparse_grab_D_call:Nw #1
{
\token_if_eq_catcode:NNTF + #1
{
@@ -2315,10 +2315,7 @@
}
\keys_set:nV { xparse } \l__xparse_options_clist
\bool_if:NF \l__xparse_log_bool
- {
- \msg_redirect_module:nnn { LaTeX / xparse } { info } { none }
- \msg_redirect_module:nnn { LaTeX / xparse } { warning } { none }
- }
+ { \msg_redirect_module:nnn { LaTeX / xparse } { info } { none } }
%%
%%
%% End of file `xparse.sty'.