summaryrefslogtreecommitdiff
path: root/luaotfload.dtx
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2011-03-02 21:21:25 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2011-03-02 21:21:25 +0200
commit3de6042164c3235e96d4561c3b798398edb214cb (patch)
tree29fa799b8763fe93317c2b8630faf5c35d8705fc /luaotfload.dtx
parent136cbbf4b4651602bd502fc90016d424a00df2ff (diff)
downloadluaotfload-3de6042164c3235e96d4561c3b798398edb214cb.tar.gz
Another missed rename
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r--luaotfload.dtx2
1 files changed, 1 insertions, 1 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx
index 1297721..89c3b9f 100644
--- a/luaotfload.dtx
+++ b/luaotfload.dtx
@@ -616,7 +616,7 @@ luatexbase.create_callback("luaotfload.patch_font", "simple", function() end)
%
% \begin{macrocode}
local function def_font(...)
- local fontdata = fonts.define.read(...)
+ local fontdata = fonts.definers.read(...)
if type(fontdata) == "table" and fontdata.shared then
% \end{macrocode}
%