diff options
author | Karl Berry <karl@freefriends.org> | 2012-04-23 23:34:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-04-23 23:34:39 +0000 |
commit | 72dbd4d80e11169509a086e144cc416f4df8f1a4 (patch) | |
tree | c7d37b738936f9fbcda479d920c97fa4fda1eeea /Master/texmf-dist/source/latex/l3experimental/xcoffins | |
parent | 4e726ab9f8770eb45730edb560b1276687c828ef (diff) |
l3experimental 3570 (23apr12)
git-svn-id: svn://tug.org/texlive/trunk@26109 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3experimental/xcoffins')
-rw-r--r-- | Master/texmf-dist/source/latex/l3experimental/xcoffins/xcoffins.dtx | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/Master/texmf-dist/source/latex/l3experimental/xcoffins/xcoffins.dtx b/Master/texmf-dist/source/latex/l3experimental/xcoffins/xcoffins.dtx index be9e4e24f75..f8639cd6807 100644 --- a/Master/texmf-dist/source/latex/l3experimental/xcoffins/xcoffins.dtx +++ b/Master/texmf-dist/source/latex/l3experimental/xcoffins/xcoffins.dtx @@ -36,7 +36,7 @@ % %<*driver|package> \RequirePackage{xparse} -\GetIdInfo$Id: xcoffins.dtx 3385 2012-02-12 20:37:09Z bruno $ +\GetIdInfo$Id: xcoffins.dtx 3483 2012-03-03 18:56:29Z bruno $ {L3 Experimental design-level coffins} %</driver|package> %<*driver> @@ -901,11 +901,7 @@ % to worry about the handle. % \begin{macrocode} \NewDocumentCommand \DisplayCoffinHandles { m m } - { - \cs_if_exist:cTF { l_coffin_poles_ \int_value:w #1 _prop } - { \coffin_display_handles:Nn #1 {#2} } - { \msg_kernel_error:nx { unknown-coffin } { \token_to_str:N #1 } } - } + { \coffin_if_exist:NT #1 { \coffin_display_handles:Nn #1 {#2} } } % \end{macrocode} % \end{macro} % @@ -915,12 +911,7 @@ % \begin{macrocode} \NewDocumentCommand \MarkCoffinHandle { m > { \SplitArgument { 1 } { , } } O { H , l } m } - { - \cs_if_exist:cTF { l_coffin_poles_ \int_value:w #1 _prop } - { \coffin_mark_handle:Nnnn #1 #2 {#3} } - { \msg_kernel_error:nx { unknown-coffin } { \token_to_str:N #1 } - } -} + { \coffin_if_exist:NT #1 { \coffin_mark_handle:Nnnn #1 #2 {#3} } } % \end{macrocode} % \end{macro} % |