summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2010-06-14 14:19:53 +0300
committerKhaled Hosny <khaledhosny@eglug.org>2010-06-14 16:19:11 +0300
commitb05f5af6f0e4b11da21da783abed32d4822aa9ba (patch)
tree87e53f74d59aa1d045bac951b0d867b486fc9c19
parentc0641b1563ce1b0219724e19c772bbc180e86c2a (diff)
downloadluaotfload-b05f5af6f0e4b11da21da783abed32d4822aa9ba.tar.gz
Move to before the check happens
The targeted check moved to node-dum after last commit.
-rw-r--r--luaotfload.dtx18
1 files changed, 9 insertions, 9 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx
index f2239b7..fb4bce1 100644
--- a/luaotfload.dtx
+++ b/luaotfload.dtx
@@ -488,6 +488,15 @@ 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.
%
% \begin{macrocode}
@@ -516,15 +525,6 @@ 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.
%
% \begin{macrocode}