From b05f5af6f0e4b11da21da783abed32d4822aa9ba Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Mon, 14 Jun 2010 14:19:53 +0300 Subject: Move to before the check happens The targeted check moved to node-dum after last commit. --- luaotfload.dtx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/luaotfload.dtx b/luaotfload.dtx index f2239b7..fb4bce1 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -486,6 +486,15 @@ luaotfload.loadmodule('luat-dum.lua') -- not used in context at all luaotfload.loadmodule('luat-ovr.lua') -- override some luat-dum functions luaotfload.loadmodule('data-con.lua') -- maybe some day we don't need this one +% \end{macrocode} +% +% A hack to remove a warning from \texttt{node-dum.lua} as it is \ConTeXt\ +% specific. +% +% \begin{macrocode} + +tex.attribute[0] = 0 + % \end{macrocode} % % Node support modules. @@ -514,15 +523,6 @@ function attributes.private(name) return number end -% \end{macrocode} -% -% A hack to remove a warning from \texttt{node-dum.lua} as it is \ConTeXt\ -% specific. -% -% \begin{macrocode} - -tex.attribute[0] = 0 - % \end{macrocode} % % Font handling modules. -- cgit v1.2.3