summaryrefslogtreecommitdiff
path: root/tex/context/base/node-tra.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2011-02-18 17:17:00 +0100
committerHans Hagen <pragma@wxs.nl>2011-02-18 17:17:00 +0100
commit18e7114e3c95f724407c6698181e6f1002ad589b (patch)
treed27e3ae25d258de646755693e8c1d939a4eb40c3 /tex/context/base/node-tra.lua
parentc4b239b7d8f3e478e14d17ef0d9127c596f99210 (diff)
downloadcontext-18e7114e3c95f724407c6698181e6f1002ad589b.tar.gz
beta 2011.02.18 17:17
Diffstat (limited to 'tex/context/base/node-tra.lua')
-rw-r--r--tex/context/base/node-tra.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/node-tra.lua b/tex/context/base/node-tra.lua
index ba081c884..96a9c7005 100644
--- a/tex/context/base/node-tra.lua
+++ b/tex/context/base/node-tra.lua
@@ -527,7 +527,7 @@ local function showsimplelist(h,depth,n)
if not depth or n < depth then
local id = h.id
if id == hlist_code or id == vlist_code then
- show_simple_list(h.list,depth,n+1)
+ showsimplelist(h.list,depth,n+1)
end
end
h = h.next
@@ -542,7 +542,7 @@ end
--~ callback.register('buildpage_filter',nil)
--~ \stopluacode
-nodes.show_simple_list = function(h,depth) show_simple_list(h,depth,0) end
+nodes.showsimplelist = function(h,depth) showsimplelist(h,depth,0) end
function nodes.listtoutf(h,joiner)
local joiner = (joiner ==true and utfchar(0x200C)) or joiner -- zwnj