aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
diff options
context:
space:
mode:
authorSteven Tamm2004-02-26 17:46:48 +0000
committerSteven Tamm2004-02-26 17:46:48 +0000
commite35644615b2a506daa457cbc5613ba8d16a46be6 (patch)
treec9a8a5555b8bffd7808612c10958a1cd96a7a75f /src/emacs.c
parentaf617d0febe392e1d55978df89a73f6c2fca74d4 (diff)
downloademacs-e35644615b2a506daa457cbc5613ba8d16a46be6.tar.gz
emacs-e35644615b2a506daa457cbc5613ba8d16a46be6.zip
Inserting Yamomotosan's changes for MacOSX image support, better support
of Asian fonts, and some long awaited header cleanup and centralization.
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 283f7949bfd..66a2af72fb5 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1589,7 +1589,7 @@ main (argc, argv
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 ();