summaryrefslogtreecommitdiff
path: root/tex/context/base/attr-neg.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2010-08-20 00:00:00 +0200
committerHans Hagen <pragma@wxs.nl>2010-08-20 00:00:00 +0200
commitbbc8970958af29626335568414a4278d852e086f (patch)
treecc349c9c7902716090f1e587be04e8cc4546c67b /tex/context/base/attr-neg.lua
parent174663b0081dd76f91c45fd705262a262a7b1f49 (diff)
downloadcontext-bbc8970958af29626335568414a4278d852e086f.tar.gz
beta 2010.08.20 00:00
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,