summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-12-31 21:51:56 +0000
committerKarl Berry <karl@freefriends.org>2020-12-31 21:51:56 +0000
commit0d3cb8095777faa6f0790ce9f2a73c08882b775e (patch)
tree11ece030bd8bdf6557675f8e58ce847552035e84 /Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
parent0cbf90fb1d02a12129a697341cdc3dcf1ca63789 (diff)
luaotfload (31dec20)
git-svn-id: svn://tug.org/texlive/trunk@57274 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty')
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
index 33e15ba7c3f..d9a3397d142 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
@@ -39,11 +39,11 @@
\fi
\ifdefined\ProvidesPackage
\ProvidesPackage{luaotfload}%
- [2020/09/02 v3.15 OpenType layout system]
+ [2020/12/31 v3.16 OpenType layout system]
\fi
\directlua{
if xpcall(function ()%
- require('luaotfload-main')%
+ require('luaotfload')%
end,texio.write_nl) then %
local _void = luaotfload.main ()%
else %