summaryrefslogtreecommitdiff
path: root/tex/context/base/node-fin.mkiv
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/node-fin.mkiv')
-rw-r--r--tex/context/base/node-fin.mkiv8
1 files changed, 4 insertions, 4 deletions
diff --git a/tex/context/base/node-fin.mkiv b/tex/context/base/node-fin.mkiv
index 7c95699dd..413a00722 100644
--- a/tex/context/base/node-fin.mkiv
+++ b/tex/context/base/node-fin.mkiv
@@ -45,18 +45,18 @@
\def\dodoattributedcopy
{\startinheritattributes
\ifvbox\attributeboxcount
- \vbox{\unvcopy\attributeboxcount}%
+ \vpack{\unvcopy\attributeboxcount}%
\else
- \hbox{\unhcopy\attributeboxcount}%
+ \hpack{\unhcopy\attributeboxcount}%
\fi
\stopinheritattributes}
\def\dodoattributedbox
{\startinheritattributes
\ifvbox\attributeboxcount
- \vbox{\unvbox\attributeboxcount}%
+ \vpack{\unvbox\attributeboxcount}%
\else
- \hbox{\unhbox\attributeboxcount}%
+ \hpack{\unhbox\attributeboxcount}%
\fi
\stopinheritattributes}