From 34e1bbc25ec8c93fb8f454715bbd759509a275a6 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Fri, 13 May 2005 08:45:13 +0000 Subject: [PATCH] (main) [MAC_OS8]: Call init_atimer before mac_term_init. --- src/emacs.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/emacs.c b/src/emacs.c index ad9c28e7fec..8e38bffc28e 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1325,6 +1325,7 @@ main (argc, argv syms_of_search (); syms_of_frame (); + init_atimer (); mac_term_init (build_string ("Mac"), NULL, NULL); init_keyboard (); #endif @@ -1350,7 +1351,9 @@ main (argc, argv #ifdef CLASH_DETECTION init_filelock (); #endif +#ifndef MAC_OS8 init_atimer (); +#endif running_asynch_code = 0; /* Handle --unibyte and the EMACS_UNIBYTE envvar, -- 2.39.2