summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/font-prv.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/font-prv.lua')
-rw-r--r--tex/context/base/mkiv/font-prv.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/tex/context/base/mkiv/font-prv.lua b/tex/context/base/mkiv/font-prv.lua
index 20c06d2e5..57c93fd27 100644
--- a/tex/context/base/mkiv/font-prv.lua
+++ b/tex/context/base/mkiv/font-prv.lua
@@ -76,3 +76,7 @@ end
function helpers.privateslot(name)
return rawget(sharedprivates,name)
end
+
+function helpers.newprivateslot(name)
+ return sharedprivates[name]
+end