summaryrefslogtreecommitdiff
path: root/luatexbase-loader.dtx
diff options
context:
space:
mode:
authorElie Roux <elie.roux@telecom-bretagne.eu>2013-05-03 01:18:55 -0700
committerElie Roux <elie.roux@telecom-bretagne.eu>2013-05-03 01:18:55 -0700
commit00e3aee4a50dc9d042bf792556b727761f20ae02 (patch)
tree1cf5657c28e3620e7261aa89940f1cadf908407f /luatexbase-loader.dtx
parent12e95bc9acd7c2d172a0b47b5832cbc56eb4fa54 (diff)
parentc5837a5e38f2324ce7960840b609c290337ff160 (diff)
downloadluatexbase-00e3aee4a50dc9d042bf792556b727761f20ae02.tar.gz
Merge pull request #5 from phi-gamma/master
drop `module()`; incorporate Stephans’s suggestions
Diffstat (limited to 'luatexbase-loader.dtx')
-rw-r--r--luatexbase-loader.dtx3
1 files changed, 2 insertions, 1 deletions
diff --git a/luatexbase-loader.dtx b/luatexbase-loader.dtx
index b8e5098..11918a3 100644
--- a/luatexbase-loader.dtx
+++ b/luatexbase-loader.dtx
@@ -274,7 +274,8 @@ See the aforementioned source file(s) for copyright and licensing information.
%
% \begin{macrocode}
%<*luamodule>
-module('luatexbase', package.seeall)
+luatexbase = luatexbase or { }
+local luatexbase = luatexbase
% \end{macrocode}
%
% Just in case it's called from a \TeX Lua script...