From 680256a8be35d8240d4a1b7936e53f5956623de3 Mon Sep 17 00:00:00 2001 From: Geoff Voelker Date: Fri, 30 Oct 1998 03:48:54 +0000 Subject: [PATCH] emacs.c (main): Invoke init_fileio_once. --- src/emacs.c | 1 + 1 file changed, 1 insertion(+) 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 (); -- 2.39.2