diff src/emacs.c @ 27429:1bf632297f7d

(main): Call init_atimer.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 25 Jan 2000 15:55:49 +0000
parents c8f8089c339b
children 881e4d39490d
line wrap: on
line diff
--- a/src/emacs.c	Tue Jan 25 15:55:13 2000 +0000
+++ b/src/emacs.c	Tue Jan 25 15:55:49 2000 +0000
@@ -1043,6 +1043,7 @@
 #ifdef CLASH_DETECTION
   init_filelock ();;
 #endif
+  init_atimer ();
   running_asynch_code = 0;
 
   /* Handle --unibyte and the EMACS_UNIBYTE envvar,