summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/luat-cod.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/luat-cod.lmt')
-rw-r--r--tex/context/base/mkxl/luat-cod.lmt5
1 files changed, 4 insertions, 1 deletions
diff --git a/tex/context/base/mkxl/luat-cod.lmt b/tex/context/base/mkxl/luat-cod.lmt
index 6a7ebdd0b..f96f5c577 100644
--- a/tex/context/base/mkxl/luat-cod.lmt
+++ b/tex/context/base/mkxl/luat-cod.lmt
@@ -290,7 +290,10 @@ local function open_data_file(name)
return {
reader = function()
return f:read("*line")
- end
+ end,
+ -- close = function()
+ -- f:close()
+ -- end
}
else
return false