comparison src/emacs.c @ 47044:c3fb9620c314

2002-08-25 Andrew Choi <akochoi@shaw.ca> * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is defined instead of MAC_OSX. [Already logged in src/ChangeLog]
author Andrew Choi <akochoi@shaw.ca>
date Tue, 27 Aug 2002 00:30:54 +0000
parents 4e4bf31455d6
children 808507a40399
comparison
equal deleted inserted replaced
47043:360c6fcdde04 47044:c3fb9620c314
1361 /* Initialize environment from registry settings. */ 1361 /* Initialize environment from registry settings. */
1362 init_environment (argv); 1362 init_environment (argv);
1363 init_ntproc (); /* must precede init_editfns. */ 1363 init_ntproc (); /* must precede init_editfns. */
1364 #endif 1364 #endif
1365 1365
1366 #ifdef MAC_OSX 1366 #ifdef HAVE_CARBON
1367 if (initialized) 1367 if (initialized)
1368 init_mac_osx_environment (); 1368 init_mac_osx_environment ();
1369 #endif 1369 #endif
1370 1370
1371 /* egetenv is a pretty low-level facility, which may get called in 1371 /* egetenv is a pretty low-level facility, which may get called in