summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/typo-cln.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/typo-cln.lua')
-rw-r--r--tex/context/base/mkiv/typo-cln.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/tex/context/base/mkiv/typo-cln.lua b/tex/context/base/mkiv/typo-cln.lua
index e5dd2271f..b9b0e7d6c 100644
--- a/tex/context/base/mkiv/typo-cln.lua
+++ b/tex/context/base/mkiv/typo-cln.lua
@@ -32,7 +32,6 @@ local texsetattribute = tex.setattribute
local nuts = nodes.nuts
-local getchar = nuts.getchar
local getattr = nuts.getattr
local setattr = nuts.setattr
@@ -58,7 +57,7 @@ local resetter = { -- this will become an entry in char-def
function cleaners.handler(head)
local inline = false
- for n, font, char in nextglyph, head do
+ for n, char, font in nextglyph, head do
if resetter[char] then
inline = false
elseif not inline then