summaryrefslogtreecommitdiff
path: root/src/luaotfload.sty
diff options
context:
space:
mode:
authorDavid Carlisle <d.p.carlisle@gmail.com>2015-11-21 21:41:44 +0000
committerDavid Carlisle <d.p.carlisle@gmail.com>2015-11-21 21:41:44 +0000
commita472b6fd5461318ec1e5d2899af2ef57f0fb14e8 (patch)
tree2b3d09c45230acf127c0cc04351e96684a246457 /src/luaotfload.sty
parent7653d470fb19a1d1c83c674f847a3abc926fd115 (diff)
downloadluaotfload-a472b6fd5461318ec1e5d2899af2ef57f0fb14e8.tar.gz
for 2.6
Diffstat (limited to 'src/luaotfload.sty')
-rw-r--r--src/luaotfload.sty8
1 files changed, 5 insertions, 3 deletions
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 ()
+}