From dd691ce64c069ed41bad3f5ceb03986530fdb010 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sun, 9 Oct 2011 07:52:23 +0200 Subject: We reset that callback anyway --- luaotfload.dtx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'luaotfload.dtx') 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} -- cgit v1.2.3