summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty')
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty21
1 files changed, 3 insertions, 18 deletions
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
index bbc3aab9f8b..0cb6ef5a31a 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
@@ -9,6 +9,7 @@
%%
%% Copyright (C) 2009-2010 by by Elie Roux <elie.roux@telecom-bretagne.eu>
%% and Khaled Hosny <khaledhosny@eglug.org>
+%% (Support: <lualatex-dev@tug.org>.)
%%
%% This work is under the CC0 license.
%%
@@ -25,28 +26,12 @@
\else
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{luaotfload}%
- [2010/11/11 v1.21 OpenType layout system]
+ [2011/01/25 v1.22 OpenType layout system]
\RequirePackage{luatexbase}
\fi
-\RequireLuaModule{lualibs}
-
-\expandafter\edef\csname otfl@AtEnd\endcsname{%
- \catcode64 \the\catcode64\relax
-}
-
-\catcode64 11
-\def\otfl@off{
-\directlua{luaotfload.unregister_callbacks()}
-}
-\def\otfl@on{
-\directlua{luaotfload.register_callbacks()}
-}
+\RequireLuaModule{lualibs}
\RequireLuaModule{luaotfload}
-
-\otfl@on
-
-\otfl@AtEnd
\endinput
%%
%% End of file `luaotfload.sty'.