summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/luat-fio.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/luat-fio.lmt')
-rw-r--r--tex/context/base/mkxl/luat-fio.lmt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/mkxl/luat-fio.lmt b/tex/context/base/mkxl/luat-fio.lmt
index 2c6247225..ce8b5ab27 100644
--- a/tex/context/base/mkxl/luat-fio.lmt
+++ b/tex/context/base/mkxl/luat-fio.lmt
@@ -80,8 +80,8 @@ if not resolvers.initialized() then
return name
end
- register('find_log_file' , find_any_file, true)
- register('find_format_file', find_any_file, true)
+ register('find_log_file' , find_any_file, true) -- why do we have this callback if we just return the name
+ register('find_format_file', find_any_file, true) -- why do we have this callback if we just return the name
-- register('find_data_file' , find_data_file, true)
register('open_data_file' , open_data_file, true)