summaryrefslogtreecommitdiff
path: root/tex/context/base/cldf-com.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2010-12-22 20:18:00 +0100
committerHans Hagen <pragma@wxs.nl>2010-12-22 20:18:00 +0100
commit3494478e08fa4711d7c0658ab9ca9112a2f28538 (patch)
tree3262f07d7979585509c5046a0c4908edba7088c6 /tex/context/base/cldf-com.lua
parent376d3729835dd61f7b71ed0de1dd07804fe44b2b (diff)
downloadcontext-3494478e08fa4711d7c0658ab9ca9112a2f28538.tar.gz
beta 2010.12.22 20:18
Diffstat (limited to 'tex/context/base/cldf-com.lua')
-rw-r--r--tex/context/base/cldf-com.lua14
1 files changed, 1 insertions, 13 deletions
diff --git a/tex/context/base/cldf-com.lua b/tex/context/base/cldf-com.lua
index a579566f7..d64b75ee6 100644
--- a/tex/context/base/cldf-com.lua
+++ b/tex/context/base/cldf-com.lua
@@ -38,19 +38,7 @@ function context.tabulaterowbold(...) tabulaterow("bold",...) end
function context.tabulaterowtype(...) tabulaterow("type",...) end
function context.tabulaterowtyp (...) tabulaterow("typ", ...) end
-function context.concat(t,separator)
- local done = false
- for i=1,#t do
- local ti = t[i]
- if ti ~= "" then
- if done then
- context(separator)
- end
- context(t)
- done = true
- end
- end
-end
+-- these will move up, just after cld definitions
function context.char(k) -- todo: if catcode == letter or other then just the utf
if type(k) == "table" then