summaryrefslogtreecommitdiff
path: root/tex/context/base/font-col.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2010-10-22 01:00:14 +0300
committerMarius <mariausol@gmail.com>2010-10-22 01:00:14 +0300
commit7dda6d27d5c9957a51dbad4fca7c01b9261ec4d2 (patch)
tree7a25708509d339bed177b78359de842fa2e16908 /tex/context/base/font-col.lua
parent22239196756b1e1afff74003befd86150ab8013b (diff)
downloadcontext-7dda6d27d5c9957a51dbad4fca7c01b9261ec4d2.tar.gz
beta 2010.10.21 23:27
Diffstat (limited to 'tex/context/base/font-col.lua')
-rw-r--r--tex/context/base/font-col.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/font-col.lua b/tex/context/base/font-col.lua
index 59ba0547c..d22a8088e 100644
--- a/tex/context/base/font-col.lua
+++ b/tex/context/base/font-col.lua
@@ -9,7 +9,7 @@ if not modules then modules = { } end modules ['font-col'] = {
-- possible optimization: delayed initialization of vectors
local gmatch, type = string.gmatch, type
-local traverse_id, first_character = node.traverse_id, node.first_character
+local traverse_id = node.traverse_id
local lpegmatch = lpeg.match
local settings_to_hash = utilities.parsers.settings_to_hash