comparison src/emacs.c @ 105726:b0c56106af54

* fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char. (init_fileio_once): * lisp.h (init_fileio_once): Remove. * emacs.c (main): Don't call init_fileio_once.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 23 Oct 2009 17:33:52 +0000
parents 68dd71358159
children 89183b6f6e9d
comparison
equal deleted inserted replaced
105725:597007306f48 105726:b0c56106af54
1382 /* Before init_window_once, because it sets up the 1382 /* Before init_window_once, because it sets up the
1383 Vcoding_system_hash_table. */ 1383 Vcoding_system_hash_table. */
1384 syms_of_coding (); /* This should be after syms_of_fileio. */ 1384 syms_of_coding (); /* This should be after syms_of_fileio. */
1385 1385
1386 init_window_once (); /* Init the window system. */ 1386 init_window_once (); /* Init the window system. */
1387 init_fileio_once (); /* Must precede any path manipulation. */
1388 #ifdef HAVE_WINDOW_SYSTEM 1387 #ifdef HAVE_WINDOW_SYSTEM
1389 init_fringe_once (); /* Swap bitmaps if necessary. */ 1388 init_fringe_once (); /* Swap bitmaps if necessary. */
1390 #endif /* HAVE_WINDOW_SYSTEM */ 1389 #endif /* HAVE_WINDOW_SYSTEM */
1391 } 1390 }
1392 1391