summaryrefslogtreecommitdiff
path: root/tex/context/base/supp-fil.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/supp-fil.lua')
-rw-r--r--tex/context/base/supp-fil.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/supp-fil.lua b/tex/context/base/supp-fil.lua
index 83cef81a1..7ab86a51d 100644
--- a/tex/context/base/supp-fil.lua
+++ b/tex/context/base/supp-fil.lua
@@ -121,7 +121,7 @@ local function readfilename(specification,backtrack,treetoo)
end
end
if not fnd and treetoo then
---~ fnd = resolvers.find_file(filename)
+--~ fnd = resolvers.findfile(filename)
fnd = resolvers.findtexfile(filename)
end
found[specification] = fnd