diff options
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index 683481c..9577eea 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -733,26 +733,15 @@ luatexbase.add_to_callback('find_vf_file', [2010/11/11 v1.21 OpenType layout system] \RequirePackage{luatexbase} \fi -\RequireLuaModule{lualibs} - -\expandafter\edef\csname otfl@AtEnd\endcsname{% - \catcode64 \the\catcode64\relax -} -\catcode64 11 +\RequireLuaModule{lualibs} % \end{macrocode} % -% Finally we load the |lua| module +% Finally we load the |lua| module. % % \begin{macrocode} \RequireLuaModule{luaotfload} % \end{macrocode} -% -% and finalize the package. -% -% \begin{macrocode} -\otfl@AtEnd -% \end{macrocode} % \iffalse %</package> % \fi |