summaryrefslogtreecommitdiff
path: root/tex/context/base/node-fin.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2010-10-19 23:03:00 +0200
committerHans Hagen <pragma@wxs.nl>2010-10-19 23:03:00 +0200
commit33b756529488b2cc6bd6a2786361f8099c023820 (patch)
treed7431c6525d7d57512e6d120abbcccce1002f28a /tex/context/base/node-fin.lua
parentec84960ca720596a893b4e8c3e127f7aab571f10 (diff)
downloadcontext-33b756529488b2cc6bd6a2786361f8099c023820.tar.gz
beta 2010.10.19 23:03
Diffstat (limited to 'tex/context/base/node-fin.lua')
-rw-r--r--tex/context/base/node-fin.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/tex/context/base/node-fin.lua b/tex/context/base/node-fin.lua
index 943af3837..af2ba0421 100644
--- a/tex/context/base/node-fin.lua
+++ b/tex/context/base/node-fin.lua
@@ -9,8 +9,6 @@ if not modules then modules = { } end modules ['node-fin'] = {
-- this module is being reconstructed
local next, type, format = next, type, string.format
-local texsprint = tex.sprint
-local ctxcatcodes = tex.ctxcatcodes
local attributes, nodes, node = attributes, nodes, node
@@ -63,7 +61,7 @@ end
-- function states.flush()
-- if #collected > 0 then
-- for i=1,#collected do
--- texsprint(ctxcatcodes,collected[i]) -- we're in context mode anyway
+-- context(collected[i]) -- we're in context mode anyway
-- end
-- collected = { }
-- states.collected = collected