summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/lang-rep.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/lang-rep.lmt')
-rw-r--r--tex/context/base/mkxl/lang-rep.lmt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/mkxl/lang-rep.lmt b/tex/context/base/mkxl/lang-rep.lmt
index 6139a03f7..fcaff523a 100644
--- a/tex/context/base/mkxl/lang-rep.lmt
+++ b/tex/context/base/mkxl/lang-rep.lmt
@@ -181,7 +181,7 @@ local function tonodes(list,template)
return head
end
-local is_punctuation = characters.is_punctuation
+local ispunctuation = characters.is_punctuation
-- We can try to be clever and use the fact that there is no match to skip
-- over to the next word but it is gives fuzzy code so for now I removed
@@ -326,7 +326,7 @@ function replacements.handler(head)
tree = trees[a]
if tree then
local char = getchar(current)
- local punc = is_punctuation[char]
+ local punc = ispunctuation[char]
if mode == "punc" then
if not punc then
if root then