diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/attr-neg.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/mkiv/attr-neg.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/attr-neg.lua b/Master/texmf-dist/tex/context/base/mkiv/attr-neg.lua index 1347c3d1ad8..c20df1d16ff 100644 --- a/Master/texmf-dist/tex/context/base/mkiv/attr-neg.lua +++ b/Master/texmf-dist/tex/context/base/mkiv/attr-neg.lua @@ -16,7 +16,7 @@ local commands, context, interfaces = commands, context, interfaces local tex = tex local states = attributes.states -local tasks = nodes.tasks +local enableaction = nodes.tasks.enableaction local nodeinjections = backends.nodeinjections local texsetattribute = tex.setattribute local variables = interfaces.variables @@ -79,7 +79,7 @@ local function register(stamp) end local function enable() - tasks.enableaction("shipouts","attributes.negatives.handler") + enableaction("shipouts","attributes.negatives.handler") end negatives.register = register |