summaryrefslogtreecommitdiff
path: root/tex/context/base/colo-ini.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2010-08-19 01:08:00 +0200
committerHans Hagen <pragma@wxs.nl>2010-08-19 01:08:00 +0200
commit174663b0081dd76f91c45fd705262a262a7b1f49 (patch)
tree554d5d47e81a9263e98fe7091be7e4dbd363482b /tex/context/base/colo-ini.lua
parente68c228a21a98042c87ef21d9a094b97f941e8de (diff)
downloadcontext-174663b0081dd76f91c45fd705262a262a7b1f49.tar.gz
beta 2010.08.19 01:08
Diffstat (limited to 'tex/context/base/colo-ini.lua')
-rw-r--r--tex/context/base/colo-ini.lua9
1 files changed, 5 insertions, 4 deletions
diff --git a/tex/context/base/colo-ini.lua b/tex/context/base/colo-ini.lua
index 28ce4ac6a..cba78954d 100644
--- a/tex/context/base/colo-ini.lua
+++ b/tex/context/base/colo-ini.lua
@@ -16,12 +16,13 @@ local trace_define = false trackers.register("colors.define",function(v) trace_
local report_colors = logs.new("colors")
-local settings_to_hash_strict = aux.settings_to_hash_strict
+local attributes, context, commands = attributes, context, commands
-colors = colors or { }
-transparencies = transparencies or { }
+local settings_to_hash_strict = utilities.parsers.settings_to_hash_strict
-local registrations = backends.registrations
+local colors = attributes.colors
+local transparencies = attributes.transparencies
+local registrations = backends.registrations
local a_color = attributes.private('color')
local a_transparency = attributes.private('transparency')