summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/mkiv/trac-lmx.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/trac-lmx.lua')
-rw-r--r--Master/texmf-dist/tex/context/base/mkiv/trac-lmx.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/trac-lmx.lua b/Master/texmf-dist/tex/context/base/mkiv/trac-lmx.lua
index c7f94961878..a531a76d671 100644
--- a/Master/texmf-dist/tex/context/base/mkiv/trac-lmx.lua
+++ b/Master/texmf-dist/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