From f766fab8e451357c131298a20ee9ddb7adc0acb8 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Fri, 12 Jul 2013 19:10:00 +0200 Subject: beta 2013.07.12 19:10 --- tex/context/base/typo-spa.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tex/context/base/typo-spa.lua') 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 { -- cgit v1.2.3