diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-05-04 07:54:34 -0700 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-05-04 07:54:34 -0700 |
commit | f848294da11121e5a1943e22055265266f6aff66 (patch) | |
tree | b6ef6c9195c580bcf24205cb54138578f092e697 /luatexbase-loader.dtx | |
parent | a6304a289d09c1ae37cfcb0233b0eecbb66db6d8 (diff) | |
parent | e379d438d1903a0dbc1fab0fd82bf9e520c4b27a (diff) | |
download | luatexbase-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.dtx | 3 |
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... |