diff options
Diffstat (limited to 'src/emacs.c')
-rw-r--r-- | src/emacs.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, |