summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/node-typ.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/node-typ.lua')
-rw-r--r--tex/context/base/mkiv/node-typ.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/mkiv/node-typ.lua b/tex/context/base/mkiv/node-typ.lua
index a40b45b56..efabe657b 100644
--- a/tex/context/base/mkiv/node-typ.lua
+++ b/tex/context/base/mkiv/node-typ.lua
@@ -33,7 +33,7 @@ local new_glue = nodepool.glue
local utfvalues = utf.values
local currentfont = font.current
------ currentattr = node.current_attr
+----- current_attr = node.current_attr
local fontparameters = fonts.hashes.parameters
local function tonodes(str,fontid,spacing,templateglyph) -- quick and dirty
@@ -45,7 +45,7 @@ local function tonodes(str,fontid,spacing,templateglyph) -- quick and dirty
-- attrid = getfield(templateglyph,"attr")
else
fontid = currentfont()
- -- attrid = currentattr()
+ -- attrid = current_attr()
end
end
local fp = fontparameters[fontid]