summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/trac-lmx.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/trac-lmx.lua')
-rw-r--r--tex/context/base/mkiv/trac-lmx.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/trac-lmx.lua b/tex/context/base/mkiv/trac-lmx.lua
index c7f949618..a531a76d6 100644
--- a/tex/context/base/mkiv/trac-lmx.lua
+++ b/tex/context/base/mkiv/trac-lmx.lua
@@ -684,8 +684,9 @@ end
lmx.make = lmxmake
function lmx.show(name,variables)
+ -- todo: pcall
local htmfile = lmxmake(name,variables)
- lmx.popupfile(htmfile)
+ -- lmx.popupfile(htmfile)
return htmfile
end