summaryrefslogtreecommitdiff
path: root/tex/context/base/typo-dig.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/typo-dig.lua')
-rw-r--r--tex/context/base/typo-dig.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/tex/context/base/typo-dig.lua b/tex/context/base/typo-dig.lua
index 9bc738ecf..687090074 100644
--- a/tex/context/base/typo-dig.lua
+++ b/tex/context/base/typo-dig.lua
@@ -27,8 +27,10 @@ local insert_after = node.insert_after
local texattribute = tex.attribute
-local glyph = node.id("glyph")
-local kern = node.id("kern")
+local nodecodes = nodes.nodecodes
+
+local glyph = nodecodes.glyph
+local kern = nodecodes.kern
local new_glue = nodes.glue