diff options
author | Karl Berry <karl@freefriends.org> | 2012-04-23 23:35:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-04-23 23:35:34 +0000 |
commit | 06f92e7988867477e0e8ba1b2dea3752d90f7fbe (patch) | |
tree | 6cc2f8ec5dbfc078c9c5f37bfb15814c704b1793 /Master/texmf-dist/tex/latex/l3kernel/l3coffins.sty | |
parent | 84c410717bd484db4ccea240224d83fbb42b464a (diff) |
l3kernel 3570 (23apr12)
git-svn-id: svn://tug.org/texlive/trunk@26111 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3kernel/l3coffins.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/l3kernel/l3coffins.sty | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/l3kernel/l3coffins.sty b/Master/texmf-dist/tex/latex/l3kernel/l3coffins.sty index 5c5ea863483..cd84ef63e8e 100644 --- a/Master/texmf-dist/tex/latex/l3kernel/l3coffins.sty +++ b/Master/texmf-dist/tex/latex/l3kernel/l3coffins.sty @@ -47,7 +47,7 @@ %% ----------------------------------------------------------------------- %% \RequirePackage{l3names} -\GetIdInfo$Id: l3coffins.dtx 3460 2012-02-26 12:16:41Z will $ +\GetIdInfo$Id: l3coffins.dtx 3482 2012-03-03 18:48:06Z bruno $ {L3 Experimental coffin code layer} \ProvidesExplPackage {\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription} @@ -1068,7 +1068,7 @@ } \cs_new_protected:Npn \coffin_show_structure:N #1 { - \cs_if_exist:cTF { l_coffin_poles_ \int_value:w #1 _prop } + \coffin_if_exist:NT #1 { \msg_aux_show:Nnx #1 { coffins } { @@ -1077,10 +1077,6 @@ \msg_aux_show_unbraced:nn } } - { - \msg_aux_use:nn { LaTeX / coffins } { no-pole } - \msg_aux_show:x { } - } } \cs_generate_variant:Nn \coffin_show_structure:N { c } \msg_kernel_new:nnnn { coffins } { no-pole-intersection } @@ -1109,11 +1105,6 @@ > ~ wd~=~\dim_use:N \box_wd:N #1 \\ Poles~of~coffin~\token_to_str:N #1 : } -\msg_kernel_new:nnn { coffins } { no-pole } - { - ---~No~poles~found~--- \\ - Is~this~really~a~coffin? - } %% %% %% End of file `l3coffins.sty'. |