(main): Call init_atimer.
authorGerd Moellmann <gerd@gnu.org>
Tue, 25 Jan 2000 15:55:49 +0000 (15:55 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 25 Jan 2000 15:55:49 +0000 (15:55 +0000)
src/emacs.c

index 22cf632..162fa8d 100644 (file)
@@ -1043,6 +1043,7 @@ the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]);
 #ifdef CLASH_DETECTION
   init_filelock ();;
 #endif
+  init_atimer ();
   running_asynch_code = 0;
 
   /* Handle --unibyte and the EMACS_UNIBYTE envvar,