summaryrefslogtreecommitdiff
path: root/tex/context/base/node-dum.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/node-dum.lua')
-rw-r--r--tex/context/base/node-dum.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/node-dum.lua b/tex/context/base/node-dum.lua
index 831c0a842..7a454c8c9 100644
--- a/tex/context/base/node-dum.lua
+++ b/tex/context/base/node-dum.lua
@@ -36,7 +36,7 @@ local fontdata = fonts.ids or { }
function nodes.simple_font_handler(head)
-- lang.hyphenate(head)
head = nodes.handlers.characters(head)
- nodes.handlers.injectkerns(head)
+ nodes.injections.handler(head)
nodes.handlers.protectglyphs(head)
head = node.ligaturing(head)
head = node.kerning(head)