From 18e7114e3c95f724407c6698181e6f1002ad589b Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Fri, 18 Feb 2011 17:17:00 +0100 Subject: beta 2011.02.18 17:17 --- tex/context/base/node-tra.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tex/context/base/node-tra.lua') 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 -- cgit v1.2.3