diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/attr-neg.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/attr-neg.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/context/base/attr-neg.lua b/Master/texmf-dist/tex/context/base/attr-neg.lua index 4d89cb49b64..c32cec956b2 100644 --- a/Master/texmf-dist/tex/context/base/attr-neg.lua +++ b/Master/texmf-dist/tex/context/base/attr-neg.lua @@ -11,8 +11,9 @@ if not modules then modules = { } end modules ['attr-neg'] = { local format = string.format - -local attributes, nodes = attributes, nodes +local attributes, nodes, utilities, logs, backends = attributes, nodes, utilities, logs, backends +local commands, context, interfaces = commands, context, interfaces +local tex = tex local states = attributes.states local tasks = nodes.tasks |