Mercurial > emacs
changeset 23568:dba43a039f3c
emacs.c (main): Invoke init_fileio_once.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Fri, 30 Oct 1998 03:48:54 +0000 |
parents | 5a0cdfd791a2 |
children | b1255c3676c7 |
files | src/emacs.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 ();