emacs.c (main): Invoke init_fileio_once.
authorGeoff Voelker <voelker@cs.washington.edu>
Fri, 30 Oct 1998 03:48:54 +0000 (03:48 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Fri, 30 Oct 1998 03:48:54 +0000 (03:48 +0000)
src/emacs.c

index 4009d28..8d10e17 100644 (file)
@@ -940,6 +940,7 @@ the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]);
       init_minibuf_once ();    /* Create list of minibuffers */
                              /* Must precede init_window_once */
       init_window_once ();     /* Init the window system */
+      init_fileio_once ();     /* Must precede any path manipulation.  */
     }
 
   init_alloc ();