summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/l3packages/xparse
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-02-25 22:05:16 +0000
committerKarl Berry <karl@freefriends.org>2020-02-25 22:05:16 +0000
commit1db862b2ec9c7feb6edc9c44b26d842240219df7 (patch)
tree207edf10a5583cc3612ad58ab2b03541fe60f292 /Master/texmf-dist/tex/latex/l3packages/xparse
parent026306ee26a95c4c9b07e9e7b2591ba9fdc6df22 (diff)
l3 (25feb20)
git-svn-id: svn://tug.org/texlive/trunk@53913 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3packages/xparse')
-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'.