comparison src/emacs.c @ 54150:6c8849d06ab3

Inserting Yamomotosan's changes for MacOSX image support, better support of Asian fonts, and some long awaited header cleanup and centralization.
author Steven Tamm <steventamm@mac.com>
date Thu, 26 Feb 2004 17:46:48 +0000
parents c7d9113f8f82
children a517c0320eba 887bb2eb4a89
comparison
equal deleted inserted replaced
54149:6065441e9610 54150:6c8849d06ab3
1587 #endif 1587 #endif
1588 #ifdef VMS 1588 #ifdef VMS
1589 init_vmsproc (); /* And this too. */ 1589 init_vmsproc (); /* And this too. */
1590 #endif /* VMS */ 1590 #endif /* VMS */
1591 init_sys_modes (); /* Init system terminal modes (RAW or CBREAK, etc.). */ 1591 init_sys_modes (); /* Init system terminal modes (RAW or CBREAK, etc.). */
1592 #if defined (HAVE_X_WINDOWS) || defined (WINDOWSNT) 1592 #if defined (HAVE_X_WINDOWS) || defined (WINDOWSNT) || defined (HAVE_CARBON)
1593 init_xfns (); 1593 init_xfns ();
1594 #endif /* HAVE_X_WINDOWS */ 1594 #endif /* HAVE_X_WINDOWS */
1595 init_fns (); 1595 init_fns ();
1596 init_xdisp (); 1596 init_xdisp ();
1597 #ifdef HAVE_WINDOW_SYSTEM 1597 #ifdef HAVE_WINDOW_SYSTEM