diff options
Diffstat (limited to 'luatexbase-modutils.dtx')
-rw-r--r-- | luatexbase-modutils.dtx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/luatexbase-modutils.dtx b/luatexbase-modutils.dtx index b35a2cf..f3f0d35 100644 --- a/luatexbase-modutils.dtx +++ b/luatexbase-modutils.dtx @@ -310,15 +310,6 @@ local format = string.format luatexbase.modules = luatexbase.modules or {} % \end{macrocode} % -% A small patch, for the \texttt{module} function to work in this file. I -% can't understand why it doens't otherwise. -% -% \begin{macrocode} - -luatexbase.module = module - -% \end{macrocode} -% % Here we define the warning and error functions specific to % \texttt{luatexbase}. % @@ -411,9 +402,6 @@ function use_module(name) .."%s but the file %s does not provide it.", name, internal_warning_spaces, filename)) end - if not package.loaded[name] then - module(name, package.seeall) - end end % \end{macrocode} % |