[latex3-commits] [l3svn] branch master updated: Drop boxes on use where applicable
noreply at latex-project.org
noreply at latex-project.org
Tue Sep 12 10:37:30 CEST 2017
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
The following commit(s) were added to refs/heads/master by this push:
new 605aac1 Drop boxes on use where applicable
605aac1 is described below
commit 605aac15e42f35df138c10a87d9ed5ef56d6272c
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Sep 12 09:36:48 2017 +0100
Drop boxes on use where applicable
This is only for internal boxes where we can be sure they are
'done with'.
---
l3kernel/l3box.dtx | 6 +++---
l3kernel/l3coffins.dtx | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/l3kernel/l3box.dtx b/l3kernel/l3box.dtx
index 68a083b..1c47cac 100644
--- a/l3kernel/l3box.dtx
+++ b/l3kernel/l3box.dtx
@@ -1653,7 +1653,7 @@
\box_set_dp:Nn \l_@@_internal_box { -\l_@@_bottom_new_dim }
\box_set_wd:Nn \l_@@_internal_box
{ \l_@@_right_new_dim - \l_@@_left_new_dim }
- \box_use:N \l_@@_internal_box
+ \box_use_drop:N \l_@@_internal_box
}
% \end{macrocode}
% \end{macro}
@@ -2006,7 +2006,7 @@
\hbox_to_wd:nn { \l_@@_right_new_dim }
{
\tex_kern:D \l_@@_right_new_dim
- \box_use:N \l_@@_internal_box
+ \box_use_drop:N \l_@@_internal_box
\tex_hss:D
}
}
@@ -2015,7 +2015,7 @@
\hbox:n
{
\tex_kern:D \c_zero_dim
- \box_use:N \l_@@_internal_box
+ \box_use_drop:N \l_@@_internal_box
\tex_hss:D
}
}
diff --git a/l3kernel/l3coffins.dtx b/l3kernel/l3coffins.dtx
index 3ac5cea..2fdbd97 100644
--- a/l3kernel/l3coffins.dtx
+++ b/l3kernel/l3coffins.dtx
@@ -1352,7 +1352,7 @@
\mode_leave_vertical:
\@@_align:NnnNnnnnN \c_empty_coffin { H } { l }
#1 {#2} {#3} {#4} {#5} \l_@@_aligned_coffin
- \box_use:N \l_@@_aligned_coffin
+ \box_use_drop:N \l_@@_aligned_coffin
}
\cs_generate_variant:Nn \coffin_typeset:Nnnnn { c }
% \end{macrocode}
@@ -1565,7 +1565,7 @@
\prop_remove:Nn \l_@@_display_poles_prop {##1}
\@@_display_handles_aux:nnnnnn {##1} ##2 {#2}
}
- \box_use:N \l_@@_display_coffin
+ \box_use_drop:N \l_@@_display_coffin
}
% \end{macrocode}
% For each pole there is a check for an intersection, which here does
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list