diff options
Diffstat (limited to 'src/edit_mod.erl')
-rw-r--r-- | src/edit_mod.erl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/edit_mod.erl b/src/edit_mod.erl index ae5be54..bc78532 100644 --- a/src/edit_mod.erl +++ b/src/edit_mod.erl @@ -1,12 +1,4 @@ -%%%---------------------------------------------------------------------- -%%% File : edit_mod.erl -%%% Author : Luke Gorrie <luke@bluetail.com> -%%% Purpose : Module loader -%%% Created : 28 Apr 2001 by Luke Gorrie <luke@bluetail.com> -%%%---------------------------------------------------------------------- - -module(edit_mod). --author('luke@bluetail.com'). -export([init/0, require/1, load/1]). |