summaryrefslogtreecommitdiff
path: root/tex/context/base/mult-chk.lua
diff options
context:
space:
mode:
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