diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-06-18 17:40:29 +0300 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-06-18 17:40:29 +0300 |
commit | 03e78f8f86fa8286c8bee314a26c454d79a871f4 (patch) | |
tree | 742ef2437f0298e132d25e2e5be9547f391a8709 /otfl-font-otd.lua | |
parent | bf920c5bd42fd1ada8f3c5f116164370d7a59d57 (diff) | |
download | luaotfload-03e78f8f86fa8286c8bee314a26c454d79a871f4.tar.gz |
Sync with ConTeXt beta (beta 2010.06.18)
Diffstat (limited to 'otfl-font-otd.lua')
-rw-r--r-- | otfl-font-otd.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otfl-font-otd.lua b/otfl-font-otd.lua index 14a9727..46899fd 100644 --- a/otfl-font-otd.lua +++ b/otfl-font-otd.lua @@ -24,7 +24,7 @@ local a_to_script = { } otf.a_to_script = a_to_script local a_to_language = { } otf.a_to_language = a_to_language function otf.set_dynamics(font,dynamics,attribute) - features = context_setups[context_numbers[attribute]] -- can be moved to caller + local features = context_setups[context_numbers[attribute]] -- can be moved to caller if features then local script = features.script or 'dflt' local language = features.language or 'dflt' |