diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-05 13:44:45 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-05 13:44:45 +0200 |
commit | b025ba185c264fe52b81052195dde2d003014098 (patch) | |
tree | 45eb330d9d7664148d569ed8933afba905e50acf /lualibs.dtx | |
parent | 8dfefeb13e526992d90673be89cadc733712c1c5 (diff) | |
download | lualibs-b025ba185c264fe52b81052195dde2d003014098.tar.gz |
remove ``lualibs-basic.lua`` and ``lualibs-extended.lua`` from repository
Diffstat (limited to 'lualibs.dtx')
-rw-r--r-- | lualibs.dtx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lualibs.dtx b/lualibs.dtx index 7393605..4e0d721 100644 --- a/lualibs.dtx +++ b/lualibs.dtx @@ -535,6 +535,11 @@ and lualibs.extended_loaded ~= true then loadmodule"lualibs-extended.lua" end +--- This restores the default of loading everything should a package +--- have requested otherwise. Will be gone once there is a canonical +--- interface for parameterized loading of libraries. +lualibs.load_extended = true + -- vim:tw=71:sw=2:ts=2:expandtab % \end{macrocode} |