summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/lpdf-vfc.lmt
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2020-12-08 12:12:33 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2020-12-08 12:12:33 +0100
commit59aead50be62c503185af6459f099dac0ebee313 (patch)
treec41bf2d7d49046bfe474663e6371ac4889f1e4ff /tex/context/base/mkxl/lpdf-vfc.lmt
parentaff2893a6d6652223e92e3de18e1260cbd533fea (diff)
downloadcontext-59aead50be62c503185af6459f099dac0ebee313.tar.gz
2020-12-08 11:09:00
Diffstat (limited to 'tex/context/base/mkxl/lpdf-vfc.lmt')
-rw-r--r--tex/context/base/mkxl/lpdf-vfc.lmt4
1 files changed, 3 insertions, 1 deletions
diff --git a/tex/context/base/mkxl/lpdf-vfc.lmt b/tex/context/base/mkxl/lpdf-vfc.lmt
index 65b863203..6030bb028 100644
--- a/tex/context/base/mkxl/lpdf-vfc.lmt
+++ b/tex/context/base/mkxl/lpdf-vfc.lmt
@@ -9,7 +9,9 @@ if not modules then modules = { } end modules ['lpdf-vfc'] = {
local setmetatableindex = table.setmetatableindex
local defaultline = 16384
-local vfspecials = backends.pdf.tables.vfspecials
+
+local vfspecials = backends.pdf.tables.vfspecials or utilities.storage.allocate { }
+backends.pdf.tables.vfspecials = vfspecials
vfspecials.backgrounds = setmetatableindex(function(t,h)
local v = setmetatableindex(function(t,d)