diff options
Diffstat (limited to 'src/emacs.c')
| -rw-r--r-- | src/emacs.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/emacs.c b/src/emacs.c index 1d6fb90fdb5..839582a3bf3 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -1364,9 +1364,7 @@ main (argc, argv | |||
| 1364 | #ifdef CLASH_DETECTION | 1364 | #ifdef CLASH_DETECTION |
| 1365 | init_filelock (); | 1365 | init_filelock (); |
| 1366 | #endif | 1366 | #endif |
| 1367 | #ifndef MAC_OS8 | ||
| 1368 | init_atimer (); | 1367 | init_atimer (); |
| 1369 | #endif | ||
| 1370 | running_asynch_code = 0; | 1368 | running_asynch_code = 0; |
| 1371 | 1369 | ||
| 1372 | /* Handle --unibyte and the EMACS_UNIBYTE envvar, | 1370 | /* Handle --unibyte and the EMACS_UNIBYTE envvar, |
| @@ -1559,7 +1557,6 @@ main (argc, argv | |||
| 1559 | /* The basic levels of Lisp must come first. */ | 1557 | /* The basic levels of Lisp must come first. */ |
| 1560 | /* And data must come first of all | 1558 | /* And data must come first of all |
| 1561 | for the sake of symbols like error-message. */ | 1559 | for the sake of symbols like error-message. */ |
| 1562 | #ifndef MAC_OS8 | ||
| 1563 | /* Called before init_window_once for Mac OS Classic. */ | 1560 | /* Called before init_window_once for Mac OS Classic. */ |
| 1564 | syms_of_data (); | 1561 | syms_of_data (); |
| 1565 | #endif | 1562 | #endif |
| @@ -1577,8 +1574,6 @@ main (argc, argv | |||
| 1577 | syms_of_casetab (); | 1574 | syms_of_casetab (); |
| 1578 | syms_of_callproc (); | 1575 | syms_of_callproc (); |
| 1579 | syms_of_category (); | 1576 | syms_of_category (); |
| 1580 | #ifndef MAC_OS8 | ||
| 1581 | /* Called before init_window_once for Mac OS Classic. */ | ||
| 1582 | syms_of_ccl (); | 1577 | syms_of_ccl (); |
| 1583 | #endif | 1578 | #endif |
| 1584 | syms_of_character (); | 1579 | syms_of_character (); |
| @@ -1600,11 +1595,8 @@ main (argc, argv | |||
| 1600 | syms_of_marker (); | 1595 | syms_of_marker (); |
| 1601 | syms_of_minibuf (); | 1596 | syms_of_minibuf (); |
| 1602 | syms_of_process (); | 1597 | syms_of_process (); |
| 1603 | #ifndef MAC_OS8 | ||
| 1604 | /* Called before init_window_once for Mac OS Classic. */ | ||
| 1605 | syms_of_search (); | 1598 | syms_of_search (); |
| 1606 | syms_of_frame (); | 1599 | syms_of_frame (); |
| 1607 | #endif | ||
| 1608 | syms_of_syntax (); | 1600 | syms_of_syntax (); |
| 1609 | syms_of_terminal (); | 1601 | syms_of_terminal (); |
| 1610 | syms_of_term (); | 1602 | syms_of_term (); |
| @@ -1612,10 +1604,7 @@ main (argc, argv | |||
| 1612 | #ifdef HAVE_SOUND | 1604 | #ifdef HAVE_SOUND |
| 1613 | syms_of_sound (); | 1605 | syms_of_sound (); |
| 1614 | #endif | 1606 | #endif |
| 1615 | #ifndef MAC_OS8 | ||
| 1616 | /* Called before init_window_once for Mac OS Classic. */ | ||
| 1617 | syms_of_textprop (); | 1607 | syms_of_textprop (); |
| 1618 | #endif | ||
| 1619 | syms_of_composite (); | 1608 | syms_of_composite (); |
| 1620 | #ifdef VMS | 1609 | #ifdef VMS |
| 1621 | syms_of_vmsproc (); | 1610 | syms_of_vmsproc (); |
| @@ -1700,10 +1689,7 @@ main (argc, argv | |||
| 1700 | 1689 | ||
| 1701 | init_editfns (); /* init_process uses Voperating_system_release. */ | 1690 | init_editfns (); /* init_process uses Voperating_system_release. */ |
| 1702 | init_process (); /* init_display uses add_keyboard_wait_descriptor. */ | 1691 | init_process (); /* init_display uses add_keyboard_wait_descriptor. */ |
| 1703 | #ifndef MAC_OS8 | ||
| 1704 | /* Called before init_window_once for Mac OS Classic. */ | ||
| 1705 | init_keyboard (); /* This too must precede init_sys_modes. */ | 1692 | init_keyboard (); /* This too must precede init_sys_modes. */ |
| 1706 | #endif | ||
| 1707 | #ifdef VMS | 1693 | #ifdef VMS |
| 1708 | init_vmsproc (); /* And this too. */ | 1694 | init_vmsproc (); /* And this too. */ |
| 1709 | #endif /* VMS */ | 1695 | #endif /* VMS */ |