summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElie Roux <elie.roux@telecom-bretagne.eu>2010-05-10 22:33:27 +0300
committerElie Roux <elie.roux@telecom-bretagne.eu>2010-05-10 22:33:27 +0300
commit2bdc068918f4543aa3306d1b5b0b9ca1f7365b52 (patch)
tree4aea92333ef5f57ed05675fc09dc96566b87cc7a
parentab35b6ced319a49f8cb60912adf67a239570e122 (diff)
downloadluaotfload-2bdc068918f4543aa3306d1b5b0b9ca1f7365b52.tar.gz
Not using luadirect anymore
-rw-r--r--luaotfload.dtx4
1 files changed, 2 insertions, 2 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx
index 0096381..4409c1b 100644
--- a/luaotfload.dtx
+++ b/luaotfload.dtx
@@ -537,11 +537,11 @@ end
% \begin{macrocode}
\def\otfl@off{
-\luadirect{luaotfload.unregister_callbacks()}
+\directlua{luaotfload.unregister_callbacks()}
}
\def\otfl@on{
-\luadirect{luaotfload.register_callbacks()}
+\directlua{luaotfload.register_callbacks()}
}
% \end{macrocode}