summaryrefslogtreecommitdiff
path: root/tex/context/base/pack-bck.mkvi
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/pack-bck.mkvi')
-rw-r--r--tex/context/base/pack-bck.mkvi7
1 files changed, 4 insertions, 3 deletions
diff --git a/tex/context/base/pack-bck.mkvi b/tex/context/base/pack-bck.mkvi
index ed742421a..a105150b6 100644
--- a/tex/context/base/pack-bck.mkvi
+++ b/tex/context/base/pack-bck.mkvi
@@ -52,7 +52,9 @@
\unprotect
-\installframedcommandhandler \??ag {background} \??ag
+\installcorenamespace {background}
+
+\installframedcommandhandler \??background {background} \??background
% The mode is not that public an dmostlu an initial mode:
%
@@ -243,12 +245,11 @@
\unexpanded\def\background_add_to_nextbox#color% handy helper
{\hbox
- {\faststartcolor[#color]%
+ {\dousecolorparameter{#color}%
\vrule
\!!width \nextboxwd
\!!height\nextboxht
\!!depth \nextboxdp
- \faststopcolor
\hskip-\nextboxwd
\flushnextbox}}