diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-07-06 01:37:49 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-07-06 01:37:49 +0200 |
commit | c917abdd4c6032b1e715555bc626a987b014e4ab (patch) | |
tree | 2ad179c3aad022c31d4ac8f49ac4d0b0ea2ee8fe /luaotfload.dtx | |
parent | 63dff173d9a4d201890b0afa9f3168b45cc5f681 (diff) | |
download | luaotfload-c917abdd4c6032b1e715555bc626a987b014e4ab.tar.gz |
systemize path handling ; improve cache write errors
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index b8bee75..5133c1d 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -1474,12 +1474,12 @@ config.luaotfload.color_callback = config.luaotfload.color_callback or "pre_l config.luaotfload.prioritize = config.luaotfload.prioritize or "sys" config.luaotfload.names_dir = config.luaotfload.names_dir or "names" config.luaotfload.cache_dir = config.luaotfload.cache_dir or "fonts" -config.luaotfload.names_file = config.luaotfload.names_file or "luaotfload-names.lua" +config.luaotfload.index_file = config.luaotfload.index_file or "luaotfload-names.lua" luaotfload.module = { name = "luaotfload", version = 2.3, - date = "2013/06/02", + date = "2013/07/06", description = "OpenType layout system.", author = "Elie Roux & Hans Hagen", copyright = "Elie Roux", |