summaryrefslogtreecommitdiff
path: root/lualibs.dtx
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-05-05 13:44:45 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2013-05-05 13:44:45 +0200
commitb025ba185c264fe52b81052195dde2d003014098 (patch)
tree45eb330d9d7664148d569ed8933afba905e50acf /lualibs.dtx
parent8dfefeb13e526992d90673be89cadc733712c1c5 (diff)
downloadlualibs-b025ba185c264fe52b81052195dde2d003014098.tar.gz
remove ``lualibs-basic.lua`` and ``lualibs-extended.lua`` from repository
Diffstat (limited to 'lualibs.dtx')
-rw-r--r--lualibs.dtx5
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}