diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3tl.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3tl.dtx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3tl.dtx b/Master/texmf-dist/source/latex/l3kernel/l3tl.dtx index 8fd54e3388a..f0279ff6bfc 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3tl.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3tl.dtx @@ -35,7 +35,7 @@ % %<*driver|package> \RequirePackage{l3names} -\GetIdInfo$Id: l3tl.dtx 3286 2012-01-31 21:57:22Z joseph $ +\GetIdInfo$Id: l3tl.dtx 3316 2012-02-06 12:24:43Z bruno $ {L3 Experimental token lists} %</driver|package> %<*driver> @@ -1531,7 +1531,7 @@ % These functions check whether the token list in the argument is % empty and execute the proper code from their argument(s). % \begin{macrocode} -\prg_set_conditional:Npnn \tl_if_empty:N #1 { p , T , F , TF } +\prg_new_conditional:Npnn \tl_if_empty:N #1 { p , T , F , TF } { \if_meaning:w #1 \c_empty_tl \prg_return_true: |