summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/l3packages/xparse
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-09-16 22:35:23 +0000
committerKarl Berry <karl@freefriends.org>2011-09-16 22:35:23 +0000
commitb7f762397f5df2d732326713423e31e1bf91b903 (patch)
tree9dc78e4110734dc949a641156d369ec19ea78d8b /Master/texmf-dist/tex/latex/l3packages/xparse
parent49ffb8774d83e17edf47740577805287eb50fdb2 (diff)
l3packages 2828 (15sep11)
git-svn-id: svn://tug.org/texlive/trunk@23982 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.sty14
1 files changed, 11 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/l3packages/xparse/xparse.sty b/Master/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
index 33bf7b331c4..79d2c8402d2 100644
--- a/Master/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
+++ b/Master/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
@@ -51,12 +51,12 @@
%% -----------------------------------------------------------------------
%%
\RequirePackage{expl3}
-\GetIdInfo$Id: xparse.dtx 2729 2011-09-05 19:35:28Z joseph $
+\GetIdInfo$Id: xparse.dtx 2828 2011-09-15 20:04:53Z joseph $
{L3 Experimental document command parser}
\ProvidesExplPackage
{\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
\RequirePackage{expl3}
-\@ifpackagelater { expl3 } { 2011/09/05 }
+\@ifpackagelater { expl3 } { 2011/09/15 }
{ }
{
\PackageError { xparse } { Support~package~l3kernel~too~old. }
@@ -351,7 +351,15 @@
{
\exp_not:c { environment_end_ #1 _aux:N }
\exp_not:o \l_xparse_args_tl
- \group_end:
+ \exp_not:n
+ {
+ \if@endpe
+ \exp_after:wN \group_end:
+ \cs:w @endpetrue \exp_after:wN \cs_end:
+ \else
+ \exp_after:wN \group_end:
+ \fi
+ }
}
#3
}