summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/typo-chr.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/typo-chr.lmt')
-rw-r--r--tex/context/base/mkxl/typo-chr.lmt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/mkxl/typo-chr.lmt b/tex/context/base/mkxl/typo-chr.lmt
index 745a35a14..160981ab7 100644
--- a/tex/context/base/mkxl/typo-chr.lmt
+++ b/tex/context/base/mkxl/typo-chr.lmt
@@ -31,7 +31,7 @@ local flushnode = nodes.flushnode
local flushlist = nodes.flushlist
local settexattribute = tex.setattribute
-local punctuation = characters.is_punctuation
+local ispunctuation = characters.is_punctuation
local variables = interfaces.variables
local v_all = variables.all
@@ -51,7 +51,7 @@ local function pickup()
local list = texgetnest()
if list then
local tail = list.tail
- if tail and tail.id == glyph_code and punctuation[tail.char] then
+ if tail and tail.id == glyph_code and ispunctuation[tail.char] then
local prev = tail.prev
list.tail = prev
if prev then