diff options
author | Hans Hagen <pragma@wxs.nl> | 2019-03-05 16:41:28 +0100 |
---|---|---|
committer | Context Git Mirror Bot <phg@phi-gamma.net> | 2019-03-05 16:41:28 +0100 |
commit | b958bba841f9907582f3c5fa4b6162353636fc8f (patch) | |
tree | 4a96267049c80b9ff80645f31962e391b70b4473 /tex/generic | |
parent | 4916c5e036f646daaa3ec913c4c69ce4fb3da1c5 (diff) | |
download | context-b958bba841f9907582f3c5fa4b6162353636fc8f.tar.gz |
2019-03-05 15:48:00
Diffstat (limited to 'tex/generic')
-rw-r--r-- | tex/generic/context/luatex/luatex-fonts-merged.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tex/generic/context/luatex/luatex-fonts-merged.lua b/tex/generic/context/luatex/luatex-fonts-merged.lua index 5d9477553..6fab6ea69 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 : c:/data/develop/context/sources/luatex-fonts-merged.lua -- parent file : c:/data/develop/context/sources/luatex-fonts.lua --- merge date : 02/26/19 20:04:01 +-- merge date : 03/05/19 15:40:37 do -- begin closure to overcome local limits and interference @@ -8799,7 +8799,7 @@ function constructors.scale(tfmdata,specification) height=height, depth=depth, width=width, - unicode=unicode, + unicode=isunicode, } else chr={ @@ -8815,7 +8815,7 @@ function constructors.scale(tfmdata,specification) index=index, height=height, width=width, - unicode=unicode, + unicode=isunicode, } else chr={ @@ -26074,8 +26074,8 @@ function handlers.gsub_ligature(head,start,dataset,sequence,ligature,rlmode,skip local prev=getprev(start) if stop then setnext(stop) - local tail=getprev(stop) local copy=copy_node_list(start) + local tail=stop local liat=find_node_tail(copy) if pre then setlink(liat,pre) |