diff options
Diffstat (limited to 'tex/context/base/typo-rep.lua')
-rw-r--r-- | tex/context/base/typo-rep.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tex/context/base/typo-rep.lua b/tex/context/base/typo-rep.lua index 56681974e..ac93cde6f 100644 --- a/tex/context/base/typo-rep.lua +++ b/tex/context/base/typo-rep.lua @@ -22,10 +22,13 @@ local has_attribute = node.has_attribute local chardata = characters.data local collected = false -local glyph = node.id("glyph") local attribute = attributes.private("stripping") local fontdata = fonts.ids +local nodecodes = nodes.nodecodes + +local glyph = nodecodes.glyph + -- other namespace nodes.stripping = nodes.stripping or { } local stripping = nodes.stripping |