summaryrefslogtreecommitdiff
path: root/src/luaotfload.sty
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2016-04-21 07:59:47 +0200
committerPhilipp Gesang <phg@phi-gamma.net>2016-04-21 07:59:47 +0200
commite739376d6f7f55a74ecd215f2bd3b54a30367875 (patch)
tree17a8cc6b3ad337602ff21986c14ff924cd23f723 /src/luaotfload.sty
parent1c93f97f4bce1b399e90f65657e95ef13434128c (diff)
parentb1a1ee5d1ec8002acee2702e6dd070073e0ee0ee (diff)
downloadluaotfload-e739376d6f7f55a74ecd215f2bd3b54a30367875.tar.gz
Merge pull request #336 from phi-gamma/master
2.7
Diffstat (limited to 'src/luaotfload.sty')
-rw-r--r--src/luaotfload.sty6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/luaotfload.sty b/src/luaotfload.sty
index b6f03af..8e061c2 100644
--- a/src/luaotfload.sty
+++ b/src/luaotfload.sty
@@ -41,10 +41,10 @@
\ProvidesPackage{luaotfload}%
%% FIXME The date is meaningless, we need to find a way to
%% use the git revision instead.
- [2016/04/07 v2.7 OpenType layout system]
+ [2016/04/21 v2.7 OpenType layout system]
\fi
\directlua{
-require('luaotfload-main')
-local _void = luaotfload.main ()
+ require('luaotfload-main')
+ local _void = luaotfload.main ()
}