summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/node-dir.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/node-dir.lmt')
-rw-r--r--tex/context/base/mkxl/node-dir.lmt3
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/context/base/mkxl/node-dir.lmt b/tex/context/base/mkxl/node-dir.lmt
index 246bf34e4..5692fddb7 100644
--- a/tex/context/base/mkxl/node-dir.lmt
+++ b/tex/context/base/mkxl/node-dir.lmt
@@ -14,7 +14,8 @@ local hlist_code = nodecodes.hlist
local vlist_code = nodecodes.vlist
local normaldir_code = nodes.dircodes.normal
local line_code = nodes.listcodes.line
-local lefttoright_code = nodes.dirvalues.lefttoright
+
+local lefttoright_code = tex.directioncodes.lefttoright
local getnext = nuts.getnext
local getlist = nuts.getlist