diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1998-10-30 03:48:54 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1998-10-30 03:48:54 +0000 |
commit | 680256a8be35d8240d4a1b7936e53f5956623de3 (patch) | |
tree | 41870e787b0373d19215b9baa3c170e687a0f1b2 /src | |
parent | 1decb6802272deceb011219460fc380ba9929d41 (diff) | |
download | emacs-680256a8be35d8240d4a1b7936e53f5956623de3.tar.gz |
emacs.c (main): Invoke init_fileio_once.
Diffstat (limited to 'src')
-rw-r--r-- | src/emacs.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 (); |