diff 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
line wrap: on
line diff
--- a/src/emacs.c	Thu Feb 26 11:14:34 2004 +0000
+++ b/src/emacs.c	Thu Feb 26 17:46:48 2004 +0000
@@ -1589,7 +1589,7 @@
   init_vmsproc ();	/* And this too.  */
 #endif /* VMS */
   init_sys_modes ();	/* Init system terminal modes (RAW or CBREAK, etc.).  */
-#if defined (HAVE_X_WINDOWS) || defined (WINDOWSNT)
+#if defined (HAVE_X_WINDOWS) || defined (WINDOWSNT) || defined (HAVE_CARBON)
   init_xfns ();
 #endif /* HAVE_X_WINDOWS */
   init_fns ();