summaryrefslogtreecommitdiff
path: root/tex/context/base/typo-tal.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2014-01-23 03:20:15 +0200
committerMarius <mariausol@gmail.com>2014-01-23 03:20:15 +0200
commit3234906ac7cb4eac2077af3dff2b3db452514cd0 (patch)
tree0cbae624d537cf23cdb4bc15aab87d86dd9f71ed /tex/context/base/typo-tal.lua
parentaa79642f7c1e89b65b77e54f4b03722c4582839c (diff)
downloadcontext-3234906ac7cb4eac2077af3dff2b3db452514cd0.tar.gz
beta 2014.01.23 01:55
Diffstat (limited to 'tex/context/base/typo-tal.lua')
-rw-r--r--tex/context/base/typo-tal.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/typo-tal.lua b/tex/context/base/typo-tal.lua
index e8c14e3e3..debcedfd3 100644
--- a/tex/context/base/typo-tal.lua
+++ b/tex/context/base/typo-tal.lua
@@ -179,7 +179,7 @@ function characteralign.handler(originalhead,where)
if next and prev and getid(next) == glyph_code and getid(prev) == glyph_code then -- too much checking
local width = fontcharacters[getfont(b_start)][separator or period].width
-- local spec = getfield(current,"spec")
- -- nodes.free(spec) -- hm, we leak but not that many specs
+ -- free_spec(spec)
setfield(current,"spec",new_gluespec(width))
setattr(current,a_character,punctuationspace)
if a_start then