summaryrefslogtreecommitdiff
path: root/tex/context/base/colo-ini.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2010-05-02 16:43:00 +0200
committerHans Hagen <pragma@wxs.nl>2010-05-02 16:43:00 +0200
commit65ac490d12b57da094d98763d515f178d3db0195 (patch)
treecfa3cf65c5210af074865df7946c37a888b8f53e /tex/context/base/colo-ini.lua
parentf9ccde99028609a89c3a933a9ec761cb2f7d0815 (diff)
downloadcontext-65ac490d12b57da094d98763d515f178d3db0195.tar.gz
beta 2010.05.02 16:43
Diffstat (limited to 'tex/context/base/colo-ini.lua')
-rw-r--r--tex/context/base/colo-ini.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tex/context/base/colo-ini.lua b/tex/context/base/colo-ini.lua
index b92f7561f..0298f91ca 100644
--- a/tex/context/base/colo-ini.lua
+++ b/tex/context/base/colo-ini.lua
@@ -6,6 +6,7 @@ if not modules then modules = { } end modules ['colo-ini'] = {
license = "see context related readme files"
}
+local type = type
local concat = table.concat
local format, gmatch, gsub, lower, match, find = string.format, string.gmatch, string.gsub, string.lower, string.match, string.find
local texsprint = tex.sprint