summaryrefslogtreecommitdiff
path: root/tex/context/base/font-ctx.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2009-08-30 12:25:00 +0200
committerHans Hagen <pragma@wxs.nl>2009-08-30 12:25:00 +0200
commitc6e9f914fe93f3f674c20fded71bf7e18b8df600 (patch)
tree8ded03adf7b4320e916a2a10b96456584c18b24f /tex/context/base/font-ctx.lua
parentd4f9912131353d01960eeed7a0d80e7227710b44 (diff)
downloadcontext-c6e9f914fe93f3f674c20fded71bf7e18b8df600.tar.gz
beta 2009.08.30 12:25
Diffstat (limited to 'tex/context/base/font-ctx.lua')
-rw-r--r--tex/context/base/font-ctx.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/tex/context/base/font-ctx.lua b/tex/context/base/font-ctx.lua
index 23f745130..54e724dd0 100644
--- a/tex/context/base/font-ctx.lua
+++ b/tex/context/base/font-ctx.lua
@@ -6,6 +6,8 @@ if not modules then modules = { } end modules ['font-ctx'] = {
license = "see context related readme files"
}
+-- needs a cleanup: merge of replace, lang/script etc
+
local texsprint, count = tex.sprint, tex.count
local format, concat, gmatch, match, find, lower = string.format, table.concat, string.gmatch, string.match, string.find, string.lower
local tostring, next = tostring, next