From ab5d035833bac21b7811557ce90f87e0b1d564d8 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 25 Jan 2000 15:55:49 +0000 Subject: [PATCH] (main): Call init_atimer. --- src/emacs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/emacs.c b/src/emacs.c index 22cf6324dc2..162fa8d07ca 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -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, -- 2.39.5