summaryrefslogtreecommitdiff
path: root/tex/context/base/node-tra.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2010-10-21 23:27:00 +0200
committerHans Hagen <pragma@wxs.nl>2010-10-21 23:27:00 +0200
commit67de987aa9e60bf263e0d1bc8a34a203e88a7447 (patch)
tree364615f963dc83246f6afd3209910300c2ccdfe3 /tex/context/base/node-tra.lua
parent90d120bb6575d66730755fceaa113a14d16b8712 (diff)
downloadcontext-67de987aa9e60bf263e0d1bc8a34a203e88a7447.tar.gz
beta 2010.10.21 23:27
Diffstat (limited to 'tex/context/base/node-tra.lua')
-rw-r--r--tex/context/base/node-tra.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/tex/context/base/node-tra.lua b/tex/context/base/node-tra.lua
index 8094f3736..78042cf44 100644
--- a/tex/context/base/node-tra.lua
+++ b/tex/context/base/node-tra.lua
@@ -49,7 +49,6 @@ local step_tracers = tracers.steppers
local copy_node_list = node.copy_list
local hpack_node_list = node.hpack
local free_node_list = node.flush_list
-local first_character = node.first_character
local node_type = node.type
local traverse_nodes = node.traverse
@@ -237,8 +236,7 @@ function step_tracers.glyphs(n,i)
end
function step_tracers.features()
--- local f = first_character(collection[1])
--- if f then -- something fishy with first_character
+ -- we cannot use first_character here as it only finds characters with subtype < 256
local f = collection[1]
while f do
if f.id == glyph_code then