summaryrefslogtreecommitdiff
path: root/luaotfload.dtx
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2011-10-09 07:52:23 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2011-10-09 07:52:23 +0200
commitdd691ce64c069ed41bad3f5ceb03986530fdb010 (patch)
treea6b34e229f18fe7cdd4348f18619b772a85d633d /luaotfload.dtx
parent201a2be090e1a643e5533f8ca9e89e36d518d164 (diff)
downloadluaotfload-dd691ce64c069ed41bad3f5ceb03986530fdb010.tar.gz
We reset that callback anyway
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 ff5f700..a7f82de 100644
--- a/luaotfload.dtx
+++ b/luaotfload.dtx
@@ -576,7 +576,7 @@ local handler = nodes.simple_font_handler
luatexbase.add_to_callback("pre_linebreak_filter", handler, "luaotfload")
luatexbase.add_to_callback("hpack_filter", handler, "luaotfload")
luatexbase.reset_callback("define_font")
-luatexbase.add_to_callback("define_font", definefont, "luaotfload", 1)
+luatexbase.add_to_callback("define_font", definefont, "luaotfload")
% \end{macrocode}
%
% \section{Font patching callback}