summaryrefslogtreecommitdiff
path: root/tex/context/base/typo-cap.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/typo-cap.lua')
-rw-r--r--tex/context/base/typo-cap.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/tex/context/base/typo-cap.lua b/tex/context/base/typo-cap.lua
index 0e9068af3..3de2c5ab1 100644
--- a/tex/context/base/typo-cap.lua
+++ b/tex/context/base/typo-cap.lua
@@ -21,8 +21,10 @@ local traverse_id = node.traverse_id
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 fontdata = fonts.ids
local fontchar = fonts.chr