From dd7c4b1a54bfc5e358eb9f766c0b865fc47cbe46 Mon Sep 17 00:00:00 2001 From: Context Git Mirror Bot Date: Fri, 22 Jul 2016 22:33:21 +0200 Subject: 2016-07-22 20:13:00 --- tex/context/base/mkiv/typo-mar.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tex/context/base/mkiv/typo-mar.lua') diff --git a/tex/context/base/mkiv/typo-mar.lua b/tex/context/base/mkiv/typo-mar.lua index 74f5c2eb9..dbf6602e7 100644 --- a/tex/context/base/mkiv/typo-mar.lua +++ b/tex/context/base/mkiv/typo-mar.lua @@ -63,7 +63,7 @@ local tonut = nuts.tonut local hpack_nodes = nuts.hpack local traverse_id = nuts.traverse_id -local free_node_list = nuts.flush_list +local flush_node_list = nuts.flush_list local linked_nodes = nuts.linked local getfield = nuts.getfield @@ -248,7 +248,7 @@ function margins.save(t) local si = store[i] if si.name == name then local s = remove(store,i) - free_node_list(s.box) + flush_node_list(s.box) end end else @@ -256,7 +256,7 @@ function margins.save(t) local si = store[i] if si.name == name then local s = remove(store,i) - free_node_list(s.box) + flush_node_list(s.box) end end end -- cgit v1.2.3