summaryrefslogtreecommitdiff
path: root/luatexbase-loader.dtx
diff options
context:
space:
mode:
authorElie Roux <elie.roux@telecom-bretagne.eu>2013-05-04 07:54:34 -0700
committerElie Roux <elie.roux@telecom-bretagne.eu>2013-05-04 07:54:34 -0700
commitf848294da11121e5a1943e22055265266f6aff66 (patch)
treeb6ef6c9195c580bcf24205cb54138578f092e697 /luatexbase-loader.dtx
parenta6304a289d09c1ae37cfcb0233b0eecbb66db6d8 (diff)
parente379d438d1903a0dbc1fab0fd82bf9e520c4b27a (diff)
downloadluatexbase-f848294da11121e5a1943e22055265266f6aff66.tar.gz
Merge pull request #6 from lualatex/master
Sync with latest lualatex
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...