Skip to content

Commit

Permalink
Update xparse to 2020-10-27
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Oct 27, 2020
1 parent 8f30d11 commit d7fbcb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion texmf/tex/latex/l3packages/xparse/xparse.ltx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
\message{xparse <2020-03-03>}%
}
\ExplSyntaxOn
\input { xparse-generic.tex }
\input xparse-generic.tex ~
\ExplSyntaxOff
%%
%%
Expand Down
4 changes: 2 additions & 2 deletions texmf/tex/latex/l3packages/xparse/xparse.sty
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}%
\endinput
}
\ProvidesExplPackage{xparse}{2020-10-05}{}
\ProvidesExplPackage{xparse}{2020-10-27}{}
{L3 Experimental document command parser}
\clist_new:N \l__xparse_options_clist
\DeclareOption* { \clist_put_right:NV \l__xparse_options_clist \CurrentOption }
Expand All @@ -45,7 +45,7 @@
\keys_set:nV { xparse } \l__xparse_options_clist
\bool_if:NF \l__xparse_log_bool
{ \msg_redirect_module:nnn { LaTeX / xparse } { info } { none } }
\input { xparse-generic.tex }
\input xparse-generic.tex ~
\cs_gset_protected:Npn \__xparse_normalize_arg_spec_loop:n #1
{
\quark_if_recursion_tail_stop:n {#1}
Expand Down

0 comments on commit d7fbcb0

Please sign in to comment.