Mercurial > emacs
changeset 54342:a517c0320eba
Image consolidation:
(main) [HAVE_WINDOW_SYSTEM]: Add calls to syms_of_image
and init_image. Remove call to init_xfns.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 11 Mar 2004 00:28:46 +0000 |
parents | 80dfe07a1d65 |
children | 02a264d3657d |
files | src/emacs.c |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/emacs.c Thu Mar 11 00:28:24 2004 +0000 +++ b/src/emacs.c Thu Mar 11 00:28:46 2004 +0000 @@ -1511,6 +1511,7 @@ syms_of_xdisp (); #ifdef HAVE_WINDOW_SYSTEM syms_of_fringe (); + syms_of_image (); #endif /* HAVE_WINDOW_SYSTEM */ #ifdef HAVE_X_WINDOWS syms_of_xterm (); @@ -1589,13 +1590,11 @@ 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) || defined (HAVE_CARBON) - init_xfns (); -#endif /* HAVE_X_WINDOWS */ init_fns (); init_xdisp (); #ifdef HAVE_WINDOW_SYSTEM init_fringe (); + init_image (); #endif /* HAVE_WINDOW_SYSTEM */ init_macros (); init_editfns ();