summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-glyphlist.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luaotfload/luaotfload-glyphlist.lua')
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload-glyphlist.lua17
1 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-glyphlist.lua b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-glyphlist.lua
index 55d629c833e..bd8dc49af04 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-glyphlist.lua
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-glyphlist.lua
@@ -1,10 +1,11 @@
-if not modules then modules = { } end modules ["font-age"] = {
- version = 2.400,
- comment = "part of the luaotfload package",
- author = "luaotfload team / mkglyphlist",
- copyright = "derived from https://raw.githubusercontent.com/adobe-type-tools/agl-aglfn/master/glyphlist.txt",
- original = "Adobe Glyph List, version 2.0, September 20, 2002",
- dataonly = true,
+local ProvidesLuaModule = {
+ name = "luaotfload-glyphlist",
+ version = "2.93", --TAGVERSION
+ date = "2018-10-28", --TAGDATE
+ description = "luaotfload submodule / autogenerated glyphlist",
+ copyright = "derived from https://raw.githubusercontent.com/adobe-type-tools/agl-aglfn/master/glyphlist.txt",
+ original = "Adobe Glyph List, version 2.0, September 20, 2002",
+ dataonly = true
}
if context then
@@ -4309,4 +4310,4 @@ return {
["zstroke"]=438,
["zuhiragana"]=12378,
["zukatakana"]=12474,
-} \ No newline at end of file
+}