diff options
author | 2009-05-01 14:01:55 -0400 | |
---|---|---|
committer | 2009-05-01 14:01:55 -0400 | |
commit | a2c3a30f3392b39493aaa2a32bd455e490ea4283 (patch) | |
tree | 8d3abcaee2c9356c6341300b06def48bdd8a82d1 /core/._m.lua | |
parent | 41756d25bfb19475b0656ca778911f0782946e54 (diff) | |
download | textadept-a2c3a30f3392b39493aaa2a32bd455e490ea4283.tar.gz textadept-a2c3a30f3392b39493aaa2a32bd455e490ea4283.zip |
Eliminated redundant LuaDoc.
Diffstat (limited to 'core/._m.lua')
-rw-r--r-- | core/._m.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/._m.lua b/core/._m.lua index e2ca375b..36f2f25c 100644 --- a/core/._m.lua +++ b/core/._m.lua @@ -37,6 +37,4 @@ module('_m') --- -- This module contains no functions. -function no_functions() - -end +function no_functions() end |