summaryrefslogtreecommitdiff
path: root/tex/context/base/back-ini.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2011-02-16 10:54:00 +0100
committerHans Hagen <pragma@wxs.nl>2011-02-16 10:54:00 +0100
commit35c6628f423348b507ceb53016942c1c9978f5ad (patch)
tree309078c2a9f398433185c8a057447796f05e5735 /tex/context/base/back-ini.lua
parentd2f628a96f94ce8e83ac33f461e091f3f56f62fb (diff)
downloadcontext-35c6628f423348b507ceb53016942c1c9978f5ad.tar.gz
beta 2011.02.16 10:54
Diffstat (limited to 'tex/context/base/back-ini.lua')
-rw-r--r--tex/context/base/back-ini.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/context/base/back-ini.lua b/tex/context/base/back-ini.lua
index bc690f946..4e990aa38 100644
--- a/tex/context/base/back-ini.lua
+++ b/tex/context/base/back-ini.lua
@@ -104,6 +104,7 @@ backends.codeinjections = {
setfigurecolorspace = nothing,
setfigurealternative = nothing,
+ setfiguremask = nothing,
enabletags = nothing,
@@ -155,7 +156,7 @@ backends.tables = {
backends.current = "unknown"
-function backends.install(what)
+function backends.install(what) -- these can become metatables
if type(what) == "string" then
local backend = backends[what]
if backend then