comparison src/emacs.c @ 27429:1bf632297f7d

(main): Call init_atimer.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 25 Jan 2000 15:55:49 +0000
parents c8f8089c339b
children 881e4d39490d
comparison
equal deleted inserted replaced
27428:c8b20597f0fd 27429:1bf632297f7d
1041 init_coding (); 1041 init_coding ();
1042 init_data (); 1042 init_data ();
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,
1049 but not while dumping. */ 1050 but not while dumping. */
1050 if ( 1051 if (