summaryrefslogtreecommitdiff
path: root/tex/context/base/font-ctx.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2011-03-26 11:35:00 +0100
committerHans Hagen <pragma@wxs.nl>2011-03-26 11:35:00 +0100
commitdec8cba9966ab3476fb323b3d6ad7d234f4cea5e (patch)
tree9beedae7627f53b3b76f80e1b28158640d0daee4 /tex/context/base/font-ctx.lua
parentc33505ae21fb29496297ad43526ba28b648e1e98 (diff)
downloadcontext-dec8cba9966ab3476fb323b3d6ad7d234f4cea5e.tar.gz
beta 2011.03.26 11:35
Diffstat (limited to 'tex/context/base/font-ctx.lua')
-rw-r--r--tex/context/base/font-ctx.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/font-ctx.lua b/tex/context/base/font-ctx.lua
index 9b1dc03ec..f425b79de 100644
--- a/tex/context/base/font-ctx.lua
+++ b/tex/context/base/font-ctx.lua
@@ -529,7 +529,7 @@ local somevalue = sometext * spaces * Cc(tru
local pattern = Cf(Ct("") * (space + separator + Cg(keyvalue + falsevalue + truevalue + somevalue))^0, rawset)
local function colonized(specification)
- specification.features.normal = normalize_features(lpegmatch(pattern,specification.specification))
+ specification.features.normal = normalize_features(lpegmatch(pattern,specification.detail))
return specification
end