diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/font-enc.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/font-enc.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/context/base/font-enc.lua b/Master/texmf-dist/tex/context/base/font-enc.lua index faeae3a1084..874f7c3f4ed 100644 --- a/Master/texmf-dist/tex/context/base/font-enc.lua +++ b/Master/texmf-dist/tex/context/base/font-enc.lua @@ -1,6 +1,6 @@ if not modules then modules = { } end modules ['font-enc'] = { version = 1.001, - comment = "companion to font-ini.tex", + comment = "companion to font-ini.mkiv", author = "Hans Hagen, PRAGMA-ADE, Hasselt NL", copyright = "PRAGMA ADE / ConTeXt Development Team", license = "see context related readme files" @@ -17,7 +17,7 @@ fonts.enc = fonts.enc or { } fonts.enc.version = 1.03 fonts.enc.cache = containers.define("fonts", "enc", fonts.enc.version, true) -fonts.enc.known = { +fonts.enc.known = { -- sort of obsolete texnansi = true, ec = true, qx = true, |