diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-04-15 13:21:38 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-04-15 13:21:38 +0200 |
commit | 9e882b845064f01cd3ba2cf06a2536ec9f43f80c (patch) | |
tree | 8595f5bd43f282e26fef94d08cd4a2e31e32a757 /luaotfload.sty | |
parent | 690cd37becccf9e1f63c7c09054f82e54a50a13d (diff) | |
download | luaotfload-9e882b845064f01cd3ba2cf06a2536ec9f43f80c.tar.gz |
load Lua code the *right* way#
Diffstat (limited to 'luaotfload.sty')
-rw-r--r-- | luaotfload.sty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luaotfload.sty b/luaotfload.sty index a6714d9..2200736 100644 --- a/luaotfload.sty +++ b/luaotfload.sty @@ -40,7 +40,7 @@ %{\global\advance\lastallocatedattribute 1 %\attributedef#1\lastallocatedattribute} %% -------------------------------------------------------------------- -\directlua{require"luaotfload"} +\RequireLuaModule{luaotfload} \endinput %% %% End of file `luaotfload.sty'. |