diff options
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} |