summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/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/source/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/source/latex/l3packages/xparse')
-rw-r--r--Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx14
1 files changed, 11 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx b/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx
index ed6612bd94c..8ed92661c17 100644
--- a/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx
+++ b/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx
@@ -40,7 +40,7 @@
%
%<*driver|package>
\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}
%</driver|package>
%<*driver>
@@ -623,7 +623,7 @@
%
% A check to make sure that \pkg{expl3} is not too old
% \begin{macrocode}
-\@ifpackagelater { expl3 } { 2011/09/05 }
+\@ifpackagelater { expl3 } { 2011/09/15 }
{ }
{
\PackageError { xparse } { Support~package~l3kernel~too~old. }
@@ -1253,7 +1253,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
}