summaryrefslogtreecommitdiff
path: root/tex/context/base/lpdf-epd.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/lpdf-epd.lua')
-rw-r--r--tex/context/base/lpdf-epd.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/tex/context/base/lpdf-epd.lua b/tex/context/base/lpdf-epd.lua
index ae84a29c7..7cd46f962 100644
--- a/tex/context/base/lpdf-epd.lua
+++ b/tex/context/base/lpdf-epd.lua
@@ -26,6 +26,8 @@ local setmetatable, rawset = setmetatable, rawset
-- add accessor methods to the resource dict
-- a function to mark objects as to be included
+lpdf = lpdf or { }
+
local lpdf = lpdf
-- -- -- helpers -- -- --
@@ -225,6 +227,9 @@ local catalog_access = {
}
-- rawset(t,k,p)
return p
+ else
+ print(c:dictLookup(k))
+--~ return checked_access(t,k,t:dictLookup(k))
end
end
}