diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-01-25 15:55:49 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-01-25 15:55:49 +0000 |
commit | ab5d035833bac21b7811557ce90f87e0b1d564d8 (patch) | |
tree | 5b6c80ccae44cb39682ba97d3bddfa9085e554f1 /src/emacs.c | |
parent | bffcfca9242ee5cdcabe135ded69bf96fc86a1f3 (diff) | |
download | emacs-ab5d035833bac21b7811557ce90f87e0b1d564d8.tar.gz |
(main): Call init_atimer.
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, |