summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/trac-deb.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/trac-deb.lmt')
-rw-r--r--tex/context/base/mkxl/trac-deb.lmt6
1 files changed, 2 insertions, 4 deletions
diff --git a/tex/context/base/mkxl/trac-deb.lmt b/tex/context/base/mkxl/trac-deb.lmt
index b9827c3a9..8ff124105 100644
--- a/tex/context/base/mkxl/trac-deb.lmt
+++ b/tex/context/base/mkxl/trac-deb.lmt
@@ -31,7 +31,7 @@ local runlocal = tex.runlocal
local terminaldata = false
local context = context
-interfaces.implement {
+implement {
name = "fetchterminaldata",
actions = function()
context(terminaldata)
@@ -53,7 +53,7 @@ function texio.terminal()
end
end
-interfaces.implement {
+implement {
name = "readfromterminal",
public = true,
protected = true,
@@ -386,8 +386,6 @@ directives.register("system.showerror", lmx.overloaderror)
-- end
-- end)
-local implement = interfaces.implement
-
implement { name = "showtrackers", public = true, protected = true, actions = trackers.show }
implement { name = "enabletrackers", public = true, protected = true, actions = trackers.enable, arguments = "optional" }
implement { name = "disabletrackers", public = true, protected = true, actions = trackers.disable, arguments = "optional" }