changeset 62285:296a69e064b3

(main) [MAC_OS8]: Call init_atimer before mac_term_init.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Fri, 13 May 2005 08:45:13 +0000
parents 9715f859c614
children aaca6dcaca96
files src/emacs.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,