diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/node-acc.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/mkiv/node-acc.lua | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/node-acc.lua b/Master/texmf-dist/tex/context/base/mkiv/node-acc.lua index e6c6176026e..d8f4b25bf3a 100644 --- a/Master/texmf-dist/tex/context/base/mkiv/node-acc.lua +++ b/Master/texmf-dist/tex/context/base/mkiv/node-acc.lua @@ -129,10 +129,9 @@ end) -- local done = false -- for n, id in nextnode, tonuts(head) do -- if id == disc then --- local r = getfield(n,"replace") --- local p = getfield(n,"pre") --- if r and p then --- local str = compact(r) +-- local pre, post, replace = getdisc(n) +-- if replace and pre then +-- local str = compact(replace) -- local hsh = hyphenated[str] -- if not hsh then -- hsh = #codes + 1 |