summaryrefslogtreecommitdiff
path: root/luaotfload.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r--luaotfload.dtx9
1 files changed, 1 insertions, 8 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx
index efc53eb..07035a4 100644
--- a/luaotfload.dtx
+++ b/luaotfload.dtx
@@ -1080,14 +1080,7 @@ end
local fl_prefix = "luaotfload" -- “luatex” for luatex-plain
local loadmodule = function (name)
- local tofind = fl_prefix .."-"..name
- local found = find_file(tofind,"tex")
- if found then
- log("loading file %s.", found)
- dofile(found)
- else
- error("file %s not found.", tofind)
- end
+ require(fl_prefix .."-"..name)
end
% \end{macrocode}