summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3packages/xparse
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-08-31 17:59:25 +0000
committerKarl Berry <karl@freefriends.org>2012-08-31 17:59:25 +0000
commit12907d9fa0bec7cb55d96f610a8a9390f2883b1d (patch)
tree8289ce6e84fc55271ad6860c49ae262db4f36659 /Master/texmf-dist/source/latex/l3packages/xparse
parent3301423440393adfdbbcfa0d8471e4b4c63df1e6 (diff)
l3packages 3160 (31aug12)
git-svn-id: svn://tug.org/texlive/trunk@27560 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3packages/xparse')
-rw-r--r--Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx9
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx b/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx
index 8f77a0b3231..23ead12a04b 100644
--- a/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx
+++ b/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx
@@ -41,8 +41,8 @@
%<*driver|package>
% The version of expl3 required is tested as early as possible, as
% some really old versions do not define \ProvidesExplPackage.
-\RequirePackage{expl3}[2012/08/14]
-%<package>\@ifpackagelater{expl3}{2012/08/14}
+\RequirePackage{expl3}[2012/08/29]
+%<package>\@ifpackagelater{expl3}{2012/08/29}
%<package> {}
%<package> {%
%<package> \PackageError{xparse}{Support package l3kernel too old.}
@@ -53,7 +53,7 @@
%<package> }%
%<package> \endinput
%<package> }
-\GetIdInfo$Id: xparse.dtx 4091 2012-08-14 08:13:50Z joseph $
+\GetIdInfo$Id: xparse.dtx 4160 2012-08-29 18:57:05Z joseph $
{L3 Experimental document command parser}
%</driver|package>
%<*driver>
@@ -1066,8 +1066,7 @@
\cs_set_protected_nopar:Npx \exp_not:c { environment~ #1 ~end~aux }
{
\exp_not:c { environment~ #1~end~aux~ }
- \exp_not:n
- { { \tl_tail:N \l_@@_args_tl } }
+ \exp_not:n { \tl_tail:N \l_@@_args_tl }
}
\exp_not:n {#3}
}