aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-01-25 15:55:49 +0000
committerGerd Moellmann2000-01-25 15:55:49 +0000
commitab5d035833bac21b7811557ce90f87e0b1d564d8 (patch)
tree5b6c80ccae44cb39682ba97d3bddfa9085e554f1 /src
parentbffcfca9242ee5cdcabe135ded69bf96fc86a1f3 (diff)
downloademacs-ab5d035833bac21b7811557ce90f87e0b1d564d8.tar.gz
emacs-ab5d035833bac21b7811557ce90f87e0b1d564d8.zip
(main): Call init_atimer.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c1
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]);
1043#ifdef CLASH_DETECTION 1043#ifdef CLASH_DETECTION
1044 init_filelock ();; 1044 init_filelock ();;
1045#endif 1045#endif
1046 init_atimer ();
1046 running_asynch_code = 0; 1047 running_asynch_code = 0;
1047 1048
1048 /* Handle --unibyte and the EMACS_UNIBYTE envvar, 1049 /* Handle --unibyte and the EMACS_UNIBYTE envvar,