From: Gerd Moellmann Date: Tue, 25 Jan 2000 15:55:49 +0000 (+0000) Subject: (main): Call init_atimer. X-Git-Tag: emacs-pretest-21.0.90~5259 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ab5d035833bac21b7811557ce90f87e0b1d564d8;p=emacs.git (main): Call init_atimer. --- 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,