diff options
author | Karl Berry <karl@freefriends.org> | 2011-01-26 23:21:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-01-26 23:21:07 +0000 |
commit | 60e55e3300d53b2692b076e1eed63de0d390f50d (patch) | |
tree | 6d53c921426d4ec5dd3b18e0e656d82df2e003e6 /Master/texmf-dist/source/latex/expl3/l3tl.dtx | |
parent | b47db3c140fe93b5deb16f3a7ad16be2134e81e7 (diff) |
expl3 2138 (26jan11)
git-svn-id: svn://tug.org/texlive/trunk@21185 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/expl3/l3tl.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/expl3/l3tl.dtx | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/expl3/l3tl.dtx b/Master/texmf-dist/source/latex/expl3/l3tl.dtx index b436be36ab5..00ab46f152d 100644 --- a/Master/texmf-dist/source/latex/expl3/l3tl.dtx +++ b/Master/texmf-dist/source/latex/expl3/l3tl.dtx @@ -36,7 +36,7 @@ \RequirePackage{l3names} %</driver|package> %\fi -\GetIdInfo$Id: l3tl.dtx 2103 2010-12-18 07:40:03Z joseph $ +\GetIdInfo$Id: l3tl.dtx 2138 2011-01-26 08:15:27Z joseph $ {L3 Experimental Token Lists} %\iffalse %<*driver> @@ -1475,13 +1475,11 @@ % \begin{macrocode} \prg_new_conditional:Nnn \tl_if_single:N {p,TF,T,F} { \tl_if_empty:NTF #1 - {\prg_return_false:} + { \prg_return_false: } { - \exp_after:wN \tl_if_blank:nTF #1 - {\prg_return_true:} - { - \exp_after:wN \_tl_if_single_aux:w #1 \q_stop - } + \tl_if_blank:oTF {#1} + { \prg_return_true: } + { \exp_after:wN \_tl_if_single_aux:w #1 \q_stop } } } % \end{macrocode} |