summaryrefslogtreecommitdiff
path: root/tex/context/base/attr-neg.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/attr-neg.lua')
-rw-r--r--tex/context/base/attr-neg.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/attr-neg.lua b/tex/context/base/attr-neg.lua
index ab62fbab5..ba95382ce 100644
--- a/tex/context/base/attr-neg.lua
+++ b/tex/context/base/attr-neg.lua
@@ -58,7 +58,7 @@ function negatives.register(stamp)
return registered[stamp] or registered.positive
end
-attributes.negatives.handler = nodes.install_attribute_handler {
+attributes.negatives.handler = nodes.installattributehandler {
name = "negative",
namespace = negatives,
initializer = states.initialize,