/[emacs]/emacs/src/emacs.c
ViewVC logotype

Diff of /emacs/src/emacs.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.366 by jasonr, Mon May 2 00:23:27 2005 UTC revision 1.367 by mituharu, Fri May 13 08:45:13 2005 UTC
# Line 1325  main (argc, argv Line 1325  main (argc, argv
1325        syms_of_search ();        syms_of_search ();
1326        syms_of_frame ();        syms_of_frame ();
1327    
1328          init_atimer ();
1329        mac_term_init (build_string ("Mac"), NULL, NULL);        mac_term_init (build_string ("Mac"), NULL, NULL);
1330        init_keyboard ();        init_keyboard ();
1331  #endif  #endif
# Line 1350  main (argc, argv Line 1351  main (argc, argv
1351  #ifdef CLASH_DETECTION  #ifdef CLASH_DETECTION
1352    init_filelock ();    init_filelock ();
1353  #endif  #endif
1354    #ifndef MAC_OS8
1355    init_atimer ();    init_atimer ();
1356    #endif
1357    running_asynch_code = 0;    running_asynch_code = 0;
1358    
1359    /* Handle --unibyte and the EMACS_UNIBYTE envvar,    /* Handle --unibyte and the EMACS_UNIBYTE envvar,

Legend:
Removed from v.1.366  
changed lines
  Added in v.1.367

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26