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/tex/latex/expl3/l3tl.sty | |
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/tex/latex/expl3/l3tl.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/expl3/l3tl.sty | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/expl3/l3tl.sty b/Master/texmf-dist/tex/latex/expl3/l3tl.sty index cd8125b8d1b..e334d246130 100644 --- a/Master/texmf-dist/tex/latex/expl3/l3tl.sty +++ b/Master/texmf-dist/tex/latex/expl3/l3tl.sty @@ -48,7 +48,7 @@ %% %% ----------------------------------------------------------------------- \RequirePackage{l3names} -\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} \ProvidesExplPackage {\filename}{\filedate}{\fileversion}{\filedescription} @@ -282,13 +282,11 @@ } \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 } } } \cs_new:Npn \_tl_if_single_aux:w #1#2 \q_stop { |