# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1115973913 0 # Node ID 296a69e064b35a904a8603ec5eb15544e6fe3a16 # Parent 9715f859c6148c7a8c9bae495ece41015de117b3 (main) [MAC_OS8]: Call init_atimer before mac_term_init. diff -r 9715f859c614 -r 296a69e064b3 src/emacs.c --- a/src/emacs.c Fri May 13 08:44:49 2005 +0000 +++ b/src/emacs.c Fri May 13 08:45:13 2005 +0000 @@ -1325,6 +1325,7 @@ syms_of_search (); syms_of_frame (); + init_atimer (); mac_term_init (build_string ("Mac"), NULL, NULL); init_keyboard (); #endif @@ -1350,7 +1351,9 @@ #ifdef CLASH_DETECTION init_filelock (); #endif +#ifndef MAC_OS8 init_atimer (); +#endif running_asynch_code = 0; /* Handle --unibyte and the EMACS_UNIBYTE envvar,