summaryrefslogtreecommitdiff
path: root/tex/context/base/strc-lst.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2009-09-13 14:24:00 +0200
committerHans Hagen <pragma@wxs.nl>2009-09-13 14:24:00 +0200
commited88828fa950808bd5335a7f3342263d4b6e381d (patch)
tree3081c5d9e93c500cbeef5f643d95c99f0004c291 /tex/context/base/strc-lst.lua
parent423febe11aeeb079c8edfde2ea6e66c71709fc2f (diff)
downloadcontext-ed88828fa950808bd5335a7f3342263d4b6e381d.tar.gz
beta 2009.09.13 14:24
Diffstat (limited to 'tex/context/base/strc-lst.lua')
-rw-r--r--tex/context/base/strc-lst.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/strc-lst.lua b/tex/context/base/strc-lst.lua
index e48138166..c29069121 100644
--- a/tex/context/base/strc-lst.lua
+++ b/tex/context/base/strc-lst.lua
@@ -13,7 +13,7 @@ if not modules then modules = { } end modules ['strc-lst'] = {
local format, tonumber = string.format, tonumber
local texsprint, texprint, texwrite, texcount = tex.sprint, tex.print, tex.write, tex.count
-local insert, remove = table.insert, table.remove
+local concat, insert, remove = table.concat, table.insert, table.remove
local trace_lists = false trackers.register("structure.lists", function(v) trace_lists = v end)