mirror of https://github.com/MidnightCommander/mc
* main.c (main): Don't call edit_init_file() - the editor should
care about its files itself.
This commit is contained in:
parent
4f9c3415a5
commit
66457d3670
|
@ -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
|
||||
|
|
|
@ -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 :) */
|
||||
|
|
Loading…
Reference in New Issue