summaryrefslogtreecommitdiff
path: root/tex/context/base/typo-spa.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2013-07-12 19:10:00 +0200
committerHans Hagen <pragma@wxs.nl>2013-07-12 19:10:00 +0200
commitf766fab8e451357c131298a20ee9ddb7adc0acb8 (patch)
tree5821130e2e5ccf2894d2083688677d42849fe302 /tex/context/base/typo-spa.lua
parent522bda44879e834e502851dee212bbb4eb93fc11 (diff)
downloadcontext-f766fab8e451357c131298a20ee9ddb7adc0acb8.tar.gz
beta 2013.07.12 19:10
Diffstat (limited to 'tex/context/base/typo-spa.lua')
-rw-r--r--tex/context/base/typo-spa.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/typo-spa.lua b/tex/context/base/typo-spa.lua
index 5eba22889..a8df6e1f8 100644
--- a/tex/context/base/typo-spa.lua
+++ b/tex/context/base/typo-spa.lua
@@ -24,7 +24,7 @@ local fonthashes = fonts.hashes
local fontdata = fonthashes.identifiers
local quaddata = fonthashes.quads
-local texattribute = tex.attribute
+local texsetattribute = tex.setattribute
local unsetvalue = attributes.unsetvalue
local v_reset = interfaces.variables.reset
@@ -209,11 +209,11 @@ function spacings.set(name)
n = data.number or unsetvalue
end
end
- texattribute[a_spacings] = n
+ texsetattribute(a_spacings,n)
end
function spacings.reset()
- texattribute[a_spacings] = unsetvalue
+ texsetattribute(a_spacings,unsetvalue)
end
spacings.handler = nodes.installattributehandler {