# HG changeset patch # User Geoff Voelker # Date 909719334 0 # Node ID dba43a039f3c4536f935848bf76e1aebcef86fb0 # Parent 5a0cdfd791a2efbcb823895c3748035ddea63941 emacs.c (main): Invoke init_fileio_once. diff -r 5a0cdfd791a2 -r dba43a039f3c src/emacs.c --- a/src/emacs.c Thu Oct 29 00:16:49 1998 +0000 +++ b/src/emacs.c Fri Oct 30 03:48:54 1998 +0000 @@ -940,6 +940,7 @@ 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 ();