summaryrefslogtreecommitdiff
path: root/tex/context/base/scrn-int.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/scrn-int.lua')
-rw-r--r--tex/context/base/scrn-int.lua7
1 files changed, 2 insertions, 5 deletions
diff --git a/tex/context/base/scrn-int.lua b/tex/context/base/scrn-int.lua
index 556ead7c5..7bb1a7a66 100644
--- a/tex/context/base/scrn-int.lua
+++ b/tex/context/base/scrn-int.lua
@@ -6,9 +6,6 @@ if not modules then modules = { } end modules ['scrn-int'] = {
license = "see context related readme files"
}
-local format = string.format
-local texsprint, texcount, ctxcatcodes = tex.sprint, tex.count, tex.ctxcatcodes
-
interactions = interactions or { }
local interactions = interactions
@@ -47,7 +44,7 @@ end
function attachments.var(label,key)
local at = attachments[label]
- texsprint(ctxcatcodes,at and at[key] or "")
+ context(at and at[key] or "")
end
function soundclips.register(specification)
@@ -87,7 +84,7 @@ end
function renderings.var(label,key)
local rn = renderings[label]
- texsprint(ctxcatcodes,rn and rn[key] or "")
+ context(rn and rn[key] or "")
end
-- linked lists