summaryrefslogtreecommitdiff
path: root/tex/context/base/typo-spa.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/typo-spa.lua')
-rw-r--r--tex/context/base/typo-spa.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/typo-spa.lua b/tex/context/base/typo-spa.lua
index 75cc64728..c375b9fb5 100644
--- a/tex/context/base/typo-spa.lua
+++ b/tex/context/base/typo-spa.lua
@@ -171,7 +171,7 @@ function spacings.set(id)
texattribute[a_spacings] = id
end
-spacings.handler = nodes.install_attribute_handler {
+spacings.handler = nodes.installattributehandler {
name = "spacing",
namespace = spacings,
processor = process,