diff options
author | Marius <mariausol@gmail.com> | 2013-03-16 03:00:15 +0200 |
---|---|---|
committer | Marius <mariausol@gmail.com> | 2013-03-16 03:00:15 +0200 |
commit | 239fc2639fd42f6ad1c44bb256ae2f98ed164b45 (patch) | |
tree | dbd236ed4443bc27eefa2cdfc4a8890b89e2343a /tex/generic | |
parent | 792b2ca2d206c2c90cc9967a8ae4916f53f902d7 (diff) | |
download | context-239fc2639fd42f6ad1c44bb256ae2f98ed164b45.tar.gz |
beta 2013.03.16 01:51
Diffstat (limited to 'tex/generic')
-rw-r--r-- | tex/generic/context/luatex/luatex-fonts-merged.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/generic/context/luatex/luatex-fonts-merged.lua b/tex/generic/context/luatex/luatex-fonts-merged.lua index 4aac7d36b..bfc5d6232 100644 --- a/tex/generic/context/luatex/luatex-fonts-merged.lua +++ b/tex/generic/context/luatex/luatex-fonts-merged.lua @@ -1,6 +1,6 @@ -- merged file : luatex-fonts-merged.lua -- parent file : luatex-fonts.lua --- merge date : 03/15/13 19:22:42 +-- merge date : 03/16/13 01:51:00 do -- begin closure to overcome local limits and interference @@ -8628,10 +8628,10 @@ function handlers.gsub_ligature(head,start,kind,lookupname,ligature,sequence) if lig then if trace_ligatures then local stopchar=stop.char - head,start=markstoligature(kind,lookupname,start,stop,lig) + head,start=markstoligature(kind,lookupname,head,start,stop,lig) logprocess("%s: replacing %s upto %s by ligature %s case 1",pref(kind,lookupname),gref(startchar),gref(stopchar),gref(start.char)) else - head,start=markstoligature(kind,lookupname,start,stop,lig) + head,start=markstoligature(kind,lookupname,head,start,stop,lig) end return head,start,true else |