From a472b6fd5461318ec1e5d2899af2ef57f0fb14e8 Mon Sep 17 00:00:00 2001 From: David Carlisle Date: Sat, 21 Nov 2015 21:41:44 +0000 Subject: for 2.6 --- src/luaotfload.sty | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/luaotfload.sty') diff --git a/src/luaotfload.sty b/src/luaotfload.sty index 1445a28..ba61428 100644 --- a/src/luaotfload.sty +++ b/src/luaotfload.sty @@ -33,7 +33,6 @@ %% \csname ifluaotfloadloaded\endcsname \let\ifluaotfloadloaded\endinput -\let\ifluaotfloadloaded\endinput \ifx\newluafunction\@undefined \input ltluatex \fi @@ -41,6 +40,9 @@ \ProvidesPackage{luaotfload}% %% FIXME The date is meaningless, we need to find a way to %% use the git revision instead. - [2014/08/10 v2.5-4 OpenType layout system] + [2015/03/29 v2.6 OpenType layout system] \fi -\directlua{require('luaotfload-main')} +\directlua{ +require('luaotfload-main') +local _void = luaotfload.main () +} -- cgit v1.2.3