diff options
Diffstat (limited to 'core/._m.lua')
-rw-r--r-- | core/._m.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/._m.lua b/core/._m.lua index 2ba1077a..5a6d309a 100644 --- a/core/._m.lua +++ b/core/._m.lua @@ -37,3 +37,9 @@ module('_m') -- When assigning key commands to module functions, do not forget to do so AFTER -- the function has been defined. Typically key commands are placed at the end -- of files, like commands.lua in language-specific modules. + +--- +-- This module contains no functions. +function no_functions() + +end |