summaryrefslogtreecommitdiff
path: root/tex/context/base/font-otn.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-04-24 15:00:25 +0300
committerMarius <mariausol@gmail.com>2013-04-24 15:00:25 +0300
commitb1b4773ad50df8779adf3335fb7813013e45481c (patch)
tree84b3598a9348cab07dcf344e564ce24027744722 /tex/context/base/font-otn.lua
parent194ec205e1d49ddd144ba3523b61472ee97c9383 (diff)
downloadcontext-b1b4773ad50df8779adf3335fb7813013e45481c.tar.gz
beta 2013.04.24 13:39
Diffstat (limited to 'tex/context/base/font-otn.lua')
-rw-r--r--tex/context/base/font-otn.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/font-otn.lua b/tex/context/base/font-otn.lua
index 39a3f77dd..36b5c4001 100644
--- a/tex/context/base/font-otn.lua
+++ b/tex/context/base/font-otn.lua
@@ -613,10 +613,10 @@ function handlers.gsub_ligature(head,start,kind,lookupname,ligature,sequence)
if lig then
if trace_ligatures then
local stopchar = stop.char
- head, start = toligature(kind,lookupname,head, start,stop,lig,skipmark,discfound)
+ head, start = toligature(kind,lookupname,head,start,stop,lig,skipmark,discfound)
logprocess("%s: replacing %s upto %s by ligature %s case 2",pref(kind,lookupname),gref(startchar),gref(stopchar),gref(start.char))
else
- head, start = toligature(kind,lookupname,head, start,stop,lig,skipmark,discfound)
+ head, start = toligature(kind,lookupname,head,start,stop,lig,skipmark,discfound)
end
return head, start, true
else