summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luatexja/ltj-direction.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luatexja/ltj-direction.lua')
-rw-r--r--Master/texmf-dist/tex/luatex/luatexja/ltj-direction.lua2
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