summaryrefslogtreecommitdiff
path: root/luaotfload.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r--luaotfload.dtx4
1 files changed, 1 insertions, 3 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx
index a22eb3f..790f520 100644
--- a/luaotfload.dtx
+++ b/luaotfload.dtx
@@ -1314,7 +1314,6 @@ add_to_callback("hpack_filter",
add_to_callback("find_vf_file",
find_vf_file, "luaotfload.find_vf_file")
-loadmodule"font-otc.lua" --- TODO check what we can drop from luaotfload-features
loadmodule"lib-dir.lua" --- required by luaofload-database.lua
loadmodule"override.lua" --- “luat-ovr”
@@ -1336,7 +1335,6 @@ loadmodule"override.lua" --- “luat-ovr”
loadmodule"loaders.lua" --- “font-pfb” new in 2.0, added 2011
loadmodule"database.lua" --- “font-nms”
loadmodule"colors.lua" --- “font-clr”
-loadmodule"font-ltx.lua" --- new in 2.0, added 2011
% \end{macrocode}
% This hack makes fonts called with file method found by fonts.names.resolve
@@ -1483,7 +1481,7 @@ do
end
--]]--
-loadmodule"features.lua"
+loadmodule"features.lua" --- contains what was “font-ltx” and “font-otc”
-- vim:tw=71:sw=4:ts=4:expandtab