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.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/tex/context/base/typo-spa.lua b/tex/context/base/typo-spa.lua
index bc964932a..b11d4e386 100644
--- a/tex/context/base/typo-spa.lua
+++ b/tex/context/base/typo-spa.lua
@@ -24,13 +24,15 @@ local insert_node_after = node.insert_after
local remove_node = nodes.remove
local make_penalty_node = nodes.penalty
local make_glue_node = nodes.glue
-local glyph = node.id("glyph")
local fontdata = fonts.identifiers
local quaddata = fonts.quads
+local nodecodes = nodes.nodecodes
local texattribute = tex.attribute
+local glyph = nodecodes.glyph
+
typesetting = typesetting or { }
typesetting.spacings = typesetting.spacings or { }