From: Geoff Voelker Date: Fri, 30 Oct 1998 03:48:54 +0000 (+0000) Subject: emacs.c (main): Invoke init_fileio_once. X-Git-Tag: emacs-20.4~1381 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=680256a8be35d8240d4a1b7936e53f5956623de3;p=emacs.git emacs.c (main): Invoke init_fileio_once. --- diff --git a/src/emacs.c b/src/emacs.c index 4009d284747..8d10e17a50d 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -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 ();