summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/node-ext.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/context/base/node-ext.lua')
-rw-r--r--Master/texmf-dist/tex/context/base/node-ext.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/context/base/node-ext.lua b/Master/texmf-dist/tex/context/base/node-ext.lua
index 5c4eec8de11..82ec04ee592 100644
--- a/Master/texmf-dist/tex/context/base/node-ext.lua
+++ b/Master/texmf-dist/tex/context/base/node-ext.lua
@@ -13,14 +13,14 @@ use external applications to process node lists.</p>
--ldx]]--
function nodes.show(stack)
--- texio.write_nl(table.serialize(stack))
+-- logs.writer(table.serialize(stack))
end
function nodes.save(stack,name) -- *.ltn : luatex node file
-- if name then
-- file.savedata(name,table.serialize(stack))
-- else
--- texio.write_nl('log',table.serialize(stack))
+-- logs.writer(table.serialize(stack))
-- end
end