diff options
author | Karl Berry <karl@freefriends.org> | 2019-09-26 21:18:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-09-26 21:18:32 +0000 |
commit | c909c2b26109b8e71e2eeb5023939e084b7c0a2c (patch) | |
tree | f9722e6e84ed29907cf8f9bd8bf7716485cc76dd /Master/texmf-dist/tex/luatex/luatexja/ltj-direction.lua | |
parent | 44e800e61d69915cd708ddf60825ce84965b7281 (diff) |
luatexja (26sep19)
git-svn-id: svn://tug.org/texlive/trunk@52180 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luatexja/ltj-direction.lua')
-rw-r--r-- | Master/texmf-dist/tex/luatex/luatexja/ltj-direction.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/luatex/luatexja/ltj-direction.lua b/Master/texmf-dist/tex/luatex/luatexja/ltj-direction.lua index 107d27a897a..e97da057905 100644 --- a/Master/texmf-dist/tex/luatex/luatexja/ltj-direction.lua +++ b/Master/texmf-dist/tex/luatex/luatexja/ltj-direction.lua @@ -1013,7 +1013,7 @@ do split_dir_whatsit = hd elseif gc=='split_off' then if split_dir_head then - list_dir = has_attr(split_dir_head, attr_dir) + ltjs.list_dir = has_attr(split_dir_head, attr_dir) hd = insert_before(hd, hd, split_dir_head) split_dir_head=nil end |