summaryrefslogtreecommitdiff
path: root/tex/context/base/data-tre.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/data-tre.lua')
-rw-r--r--tex/context/base/data-tre.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/data-tre.lua b/tex/context/base/data-tre.lua
index cfa8e3c5d..f119e52e7 100644
--- a/tex/context/base/data-tre.lua
+++ b/tex/context/base/data-tre.lua
@@ -52,7 +52,7 @@ function resolvers.locators.tree(specification)
if trace_locating then
report_resolvers("tree locator '%s' found (%s)",path,specification)
end
- resolvers.append_hash('tree',specification,path,false) -- don't cache
+ resolvers.appendhash('tree',specification,path,false) -- don't cache
elseif trace_locating then
report_resolvers("tree locator '%s' not found",path)
end