diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-02-05 20:37:42 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-02-05 20:37:42 +0200 |
commit | f3d46d2fde7530e5d471dd68c8e66e5351409c2a (patch) | |
tree | eb451ed42e76726a396e4acdb04d701b079480fb /otfl-luat-dum.lua | |
parent | 5f13ffbbe173666a6831ee9d5c300c83703c2fe8 (diff) | |
download | luaotfload-f3d46d2fde7530e5d471dd68c8e66e5351409c2a.tar.gz |
Updating to latest ConTeXt beta (2010.02.03)
Diffstat (limited to 'otfl-luat-dum.lua')
-rw-r--r-- | otfl-luat-dum.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/otfl-luat-dum.lua b/otfl-luat-dum.lua index 4c55d37..2b818ce 100644 --- a/otfl-luat-dum.lua +++ b/otfl-luat-dum.lua @@ -23,6 +23,11 @@ trackers = { enable = dummyfunction, disable = dummyfunction, } +experiments = { + register = dummyfunction, + enable = dummyfunction, + disable = dummyfunction, +} storage = { register = dummyfunction, shared = { }, |