summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/node-pro.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/node-pro.lmt')
-rw-r--r--tex/context/base/mkxl/node-pro.lmt7
1 files changed, 3 insertions, 4 deletions
diff --git a/tex/context/base/mkxl/node-pro.lmt b/tex/context/base/mkxl/node-pro.lmt
index e736f2b76..e84730b87 100644
--- a/tex/context/base/mkxl/node-pro.lmt
+++ b/tex/context/base/mkxl/node-pro.lmt
@@ -69,7 +69,6 @@ processors.enabled = true -- this will become a proper state (like trackers)
do
- -- local has_glyph = nodes.has_glyph
local count_nodes = nodes.countall
local texget = tex.get
@@ -79,7 +78,7 @@ do
-- We've set \hlistcallbackmode=1 so glyph checking happens at the other end!
local function pre_linebreak_filter(head,groupcode)
- -- local found = force_processors or has_glyph(head)
+ -- local found = force_processors or hasglyph(head)
-- if found then
if trace_callbacks then
local before = count_nodes(head,true)
@@ -97,7 +96,7 @@ do
end
local function hpack_filter(head,groupcode,size,packtype,direction,attributes)
- -- local found = force_processors or has_glyph(head)
+ -- local found = force_processors or hasglyph(head)
-- if found then
--
-- yes or no or maybe an option
@@ -150,7 +149,7 @@ do
end
do
- -- Beware, these are packaged boxes so no first_glyph test needed. Maybe some day I'll add a hash
+ -- Beware, these are packaged boxes so no firstglyph test needed. Maybe some day I'll add a hash
-- with valid groupcodes. Watch out, much can pass twice, for instance vadjust passes two times,
local actions = tasks.actions("finalizers") -- head, where