diff options
author | Philipp Gesang <megas.kapaneus@gmail.com> | 2013-04-10 17:01:54 +0200 |
---|---|---|
committer | Philipp Gesang <megas.kapaneus@gmail.com> | 2013-04-10 17:01:54 +0200 |
commit | 45527a77a2250494c7beecfb687d530b62281ba6 (patch) | |
tree | bbbb1989c7c0d5773420249d2c1db497fbf5488d /luaotfload.sty | |
parent | b1db13ab10112f6d81522a3f0ab44a67754cf551 (diff) | |
download | luaotfload-45527a77a2250494c7beecfb687d530b62281ba6.tar.gz |
merge deferred functionality back into luaotfload.lua
Diffstat (limited to 'luaotfload.sty')
-rw-r--r-- | luaotfload.sty | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/luaotfload.sty b/luaotfload.sty index a7b3b52..b2b574b 100644 --- a/luaotfload.sty +++ b/luaotfload.sty @@ -22,7 +22,6 @@ \bgroup\expandafter\expandafter\expandafter\egroup %\RequireLuaModule{lualibs} %\RequireLuaModule{luaotfload} -\directlua{require"luaotfload"} \expandafter\ifx\csname ProvidesPackage\endcsname\relax \input luatexbase.sty \else @@ -31,7 +30,7 @@ [2011/10/06 v2.0 OpenType layout system] \RequirePackage{luatexbase} \fi -\directlua{require"luaotfload-deferred"} +\directlua{require"luaotfload"} \endinput %% %% End of file `luaotfload.sty'. |