diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2015-08-27 23:08:11 +0200 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2015-08-27 23:08:11 +0200 |
commit | e05c2e2c2f72788e63da7334e054fd887bd22e70 (patch) | |
tree | 7ade6b9bec49d9aab70b4c994eedd17f746d4eab /src/luaotfload.sty | |
parent | d8dcfd9af18a15af70ec86d8e01e6d7a0f43c35c (diff) | |
download | luaotfload-e05c2e2c2f72788e63da7334e054fd887bd22e70.tar.gz |
[main] install stub for main initialization hook
Diffstat (limited to 'src/luaotfload.sty')
-rw-r--r-- | src/luaotfload.sty | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/luaotfload.sty b/src/luaotfload.sty index c9c9864..ec62dad 100644 --- a/src/luaotfload.sty +++ b/src/luaotfload.sty @@ -45,4 +45,5 @@ \RequirePackage{luatexbase} \fi \RequireLuaModule{luaotfload-main} +\directlua{local _void = luaotfload.main ()} |