changeset 27429:1bf632297f7d

(main): Call init_atimer.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 25 Jan 2000 15:55:49 +0000
parents c8b20597f0fd
children 1aa71680fe50
files src/emacs.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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,