summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/l3kernel/l3tl.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-11-25 00:14:23 +0000
committerKarl Berry <karl@freefriends.org>2011-11-25 00:14:23 +0000
commit4796116f06de1574987757c8945f6678d21f0a40 (patch)
treeb6d95196b38ef31d6021471ecbf7c4d48fcaa730 /Master/texmf-dist/tex/latex/l3kernel/l3tl.sty
parent27ecf3bfa131e03a530396ff6c0016cf6dffacd0 (diff)
l3kernel 2966 (19nov11)
git-svn-id: svn://tug.org/texlive/trunk@24657 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3kernel/l3tl.sty')
-rw-r--r--Master/texmf-dist/tex/latex/l3kernel/l3tl.sty12
1 files changed, 5 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/l3kernel/l3tl.sty b/Master/texmf-dist/tex/latex/l3kernel/l3tl.sty
index a66439d732d..cd04f11ddb4 100644
--- a/Master/texmf-dist/tex/latex/l3kernel/l3tl.sty
+++ b/Master/texmf-dist/tex/latex/l3kernel/l3tl.sty
@@ -46,7 +46,7 @@
%%
%% -----------------------------------------------------------------------
\RequirePackage{l3names}
-\GetIdInfo$Id: l3tl.dtx 2831 2011-09-16 03:47:54Z bruno $
+\GetIdInfo$Id: l3tl.dtx 2929 2011-10-22 13:00:20Z bruno $
{L3 Experimental token lists}
\ProvidesExplPackage
{\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
@@ -182,13 +182,12 @@
\exp_args:NNNo \group_end:
#1 #2 \l_tl_rescan_tl
}
-\cs_new_nopar:Npx \tl_rescan_aux:w
+\use:x
{
- \cs_set_protected:Npn \exp_not:N \tl_rescan_aux:w ##1
+ \cs_new_protected:Npn \exp_not:N \tl_rescan_aux:w ##1
\c_tl_rescan_marker_tl
{ \tl_set:Nn \exp_not:N \l_tl_rescan_tl {##1} }
}
-\tl_rescan_aux:w
\cs_generate_variant:Nn \tl_set_rescan:Nnn { Nno }
\cs_generate_variant:Nn \tl_set_rescan:Nnn { c , cno }
\cs_generate_variant:Nn \tl_gset_rescan:Nnn { Nno }
@@ -589,15 +588,14 @@
{ \str_if_eq_return:on { \use:n #1 { } } { #1 { } } }
\prg_new_conditional:Npnn \tl_if_head_group:n #1 { p , T , F , TF }
{
- \if_predicate:w
+ \if_catcode:w *
\exp_after:wN \use_none:n
\exp_after:wN {
\exp_after:wN {
\token_to_str:N #1 ?
}
- \c_false_bool
}
- \c_true_bool
+ *
\prg_return_false:
\else:
\prg_return_true: