summaryrefslogtreecommitdiff
path: root/tex/context/base/mult-chk.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2010-10-22 18:00:11 +0300
committerMarius <mariausol@gmail.com>2010-10-22 18:00:11 +0300
commitf56f0054360a9bdfb57de9abcf0d81a2766c22b9 (patch)
tree9d89e483645db1382999ff154c6355eca7af1308 /tex/context/base/mult-chk.lua
parentb859917cf85177a96d3f0226f13618fe1593eb06 (diff)
downloadcontext-f56f0054360a9bdfb57de9abcf0d81a2766c22b9.tar.gz
beta 2010.10.22 16:46
Diffstat (limited to 'tex/context/base/mult-chk.lua')
-rw-r--r--tex/context/base/mult-chk.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/tex/context/base/mult-chk.lua b/tex/context/base/mult-chk.lua
index 5df2efd79..2d20aa16b 100644
--- a/tex/context/base/mult-chk.lua
+++ b/tex/context/base/mult-chk.lua
@@ -46,13 +46,15 @@ function interfaces.addvalidkeys(kind,list)
end
end
+-- weird code, looks incomplete ... probbably an experiment
+
local prefix, kind, keys
local function set(key,value)
if keys and not keys[key] then
interfaces.invalidkey(kind,key)
else
- texsprint(ctxcatcodes,format("\\setsomevalue{%s}{%s}{%s}",prefix,key,value))
+ context.setsomevalue(prefix,key,value)
end
end