* main.c (main): Don't call edit_init_file() - the editor should

care about its files itself.
This commit is contained in:
Pavel Roskin 2001-02-26 16:54:23 +00:00
parent 4f9c3415a5
commit 66457d3670
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2001-02-26 Pavel Roskin <proski@gnu.org>
* main.c (main): Don't call edit_init_file() - the editor should
care about its files itself.
2001-02-09 Pavel Roskin <proski@gnu.org>
* main.c (main): Fix compilation error when configured without

View File

@ -3018,9 +3018,6 @@ main (int argc, char *argv [])
}
vfs_init ();
#ifdef USE_INTERNAL_EDIT
edit_init_file();
#endif /* USE_INTERNAL_EDIT */
#ifdef HAVE_X
/* NOTE: This call has to be before any our argument handling :) */