summaryrefslogtreecommitdiff
path: root/tex/context/base/node-bck.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/node-bck.lua')
-rw-r--r--tex/context/base/node-bck.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/node-bck.lua b/tex/context/base/node-bck.lua
index 4e78e720a..99992de09 100644
--- a/tex/context/base/node-bck.lua
+++ b/tex/context/base/node-bck.lua
@@ -183,14 +183,14 @@ nodes.handlers.alignbackgrounds = function(head) local head, done = add_alignbac
interfaces.implement {
name = "enablebackgroundboxes",
- once = true,
+ onlyonce = true,
actions = nodes.tasks.enableaction,
arguments = { "'shipouts'", "'nodes.handlers.backgrounds'" }
}
interfaces.implement {
name = "enablebackgroundalign",
- once = true,
+ onlyonce = true,
actions = nodes.tasks.enableaction,
arguments = { "'shipouts'", "'nodes.handlers.alignbackgrounds'" }
}