summaryrefslogtreecommitdiff
path: root/tex/context/base/typo-rep.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2010-08-14 15:56:20 +0300
committerMarius <mariausol@gmail.com>2010-08-14 15:56:20 +0300
commitb469b8ec1b494ab72cd462bfc539ce01440e6aaf (patch)
tree3a9c3fb8433c5f75020fef1d531bedb7c948f66c /tex/context/base/typo-rep.lua
parent39e30629c15ae4a899532d84c4abea127f2847a6 (diff)
downloadcontext-b469b8ec1b494ab72cd462bfc539ce01440e6aaf.tar.gz
beta 2010.08.10 17:14
Diffstat (limited to 'tex/context/base/typo-rep.lua')
-rw-r--r--tex/context/base/typo-rep.lua5
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