comparison src/emacs.c @ 90070:95879cc1ed20

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-81 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-748 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-749 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-750 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-751 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-753 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-754 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-755 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-757 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-78 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-79 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-80 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-81 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-82 Update from CVS
author Miles Bader <miles@gnu.org>
date Sun, 02 Jan 2005 09:13:19 +0000
parents eac554634bfa 9bde7721ad0f
children 6d92d69fae33
comparison
equal deleted inserted replaced
90069:fa0a5c4db2c8 90070:95879cc1ed20
1305 #ifdef MAC_OS8 1305 #ifdef MAC_OS8
1306 /* init_window_once calls make_terminal_frame which on Mac OS 1306 /* init_window_once calls make_terminal_frame which on Mac OS
1307 creates a full-fledge output_mac type frame. This does not 1307 creates a full-fledge output_mac type frame. This does not
1308 work correctly before syms_of_textprop, syms_of_macfns, 1308 work correctly before syms_of_textprop, syms_of_macfns,
1309 syms_of_ccl, syms_of_fontset, syms_of_xterm, syms_of_search, 1309 syms_of_ccl, syms_of_fontset, syms_of_xterm, syms_of_search,
1310 syms_of_frame, mac_initialize, and init_keyboard have already 1310 syms_of_frame, mac_term_init, and init_keyboard have already
1311 been called. */ 1311 been called. */
1312 syms_of_textprop (); 1312 syms_of_textprop ();
1313 syms_of_macfns (); 1313 syms_of_macfns ();
1314 syms_of_ccl (); 1314 syms_of_ccl ();
1315 syms_of_fontset (); 1315 syms_of_fontset ();
1317 syms_of_macmenu (); 1317 syms_of_macmenu ();
1318 syms_of_data (); 1318 syms_of_data ();
1319 syms_of_search (); 1319 syms_of_search ();
1320 syms_of_frame (); 1320 syms_of_frame ();
1321 1321
1322 mac_initialize (); 1322 mac_term_init (build_string ("Mac"), NULL, NULL);
1323 init_keyboard (); 1323 init_keyboard ();
1324 #endif 1324 #endif
1325 1325
1326 init_window_once (); /* Init the window system. */ 1326 init_window_once (); /* Init the window system. */
1327 init_fileio_once (); /* Must precede any path manipulation. */ 1327 init_fileio_once (); /* Must precede any path manipulation. */