summaryrefslogtreecommitdiff
path: root/tex/context/base/typo-dir.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/typo-dir.lua')
-rw-r--r--tex/context/base/typo-dir.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/typo-dir.lua b/tex/context/base/typo-dir.lua
index 006c184c6..5a427ef55 100644
--- a/tex/context/base/typo-dir.lua
+++ b/tex/context/base/typo-dir.lua
@@ -14,11 +14,11 @@ local utfchar = utf.char
-- vertical space handler
-local trace_directions = false trackers.register("typesetters.directions", function(v) trace_directions = v end)
+local nodes, node = nodes, node
-local report_directions = logs.new("directions")
+local trace_directions = false trackers.register("typesetters.directions", function(v) trace_directions = v end)
-local nodes, node = nodes, node
+local report_directions = logs.new("typesetting","directions")
local has_attribute = node.has_attribute
local unset_attribute = node.unset_attribute