diff options
author | Hans Hagen <pragma@wxs.nl> | 2013-03-16 01:51:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2013-03-16 01:51:00 +0100 |
commit | 7cd5c299b39dbe08b69a63aaad656aed192b8b46 (patch) | |
tree | 2569f8c7aed77a5b1dbaaa2282af5edfe90fbfa2 /tex/generic | |
parent | f134097269c02c4c42583281168c5ac71a4c2473 (diff) | |
download | context-7cd5c299b39dbe08b69a63aaad656aed192b8b46.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 |