Mercurial > hg > xemacs-beta
comparison src/emacs.c @ 223:2c611d1463a6 r20-4b10
Import from CVS: tag r20-4b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:10:54 +0200 |
parents | 6c0ae1f9357f |
children | 12579d965149 |
comparison
equal
deleted
inserted
replaced
222:aae4c8b01452 | 223:2c611d1463a6 |
---|---|
825 syms_of_objects (); | 825 syms_of_objects (); |
826 syms_of_print (); | 826 syms_of_print (); |
827 #if !defined (NO_SUBPROCESSES) | 827 #if !defined (NO_SUBPROCESSES) |
828 syms_of_process (); | 828 syms_of_process (); |
829 #endif | 829 #endif |
830 #ifndef WINDOWSNT | |
831 syms_of_profile (); | 830 syms_of_profile (); |
832 #endif | |
833 #if defined (HAVE_MMAP) && defined (REL_ALLOC) | 831 #if defined (HAVE_MMAP) && defined (REL_ALLOC) |
834 syms_of_ralloc (); | 832 syms_of_ralloc (); |
835 #endif /* HAVE_MMAP && REL_ALLOC */ | 833 #endif /* HAVE_MMAP && REL_ALLOC */ |
836 syms_of_rangetab (); | 834 syms_of_rangetab (); |
837 syms_of_redisplay (); | 835 syms_of_redisplay (); |
1007 structure_type_create (); | 1005 structure_type_create (); |
1008 | 1006 |
1009 structure_type_create_chartab (); | 1007 structure_type_create_chartab (); |
1010 structure_type_create_faces (); | 1008 structure_type_create_faces (); |
1011 structure_type_create_rangetab (); | 1009 structure_type_create_rangetab (); |
1010 structure_type_create_hashtable (); | |
1012 | 1011 |
1013 /* Now initialize the image instantiator formats and associated symbols. | 1012 /* Now initialize the image instantiator formats and associated symbols. |
1014 Other than the first function below, the functions may | 1013 Other than the first function below, the functions may |
1015 make exactly the following function/macro calls: | 1014 make exactly the following function/macro calls: |
1016 | 1015 |
1151 vars_of_objects (); | 1150 vars_of_objects (); |
1152 vars_of_print (); | 1151 vars_of_print (); |
1153 #ifndef NO_SUBPROCESSES | 1152 #ifndef NO_SUBPROCESSES |
1154 vars_of_process (); | 1153 vars_of_process (); |
1155 #endif | 1154 #endif |
1156 #ifndef WINDOWSNT | |
1157 vars_of_profile (); | 1155 vars_of_profile (); |
1158 #endif | |
1159 #if defined (HAVE_MMAP) && defined (REL_ALLOC) | 1156 #if defined (HAVE_MMAP) && defined (REL_ALLOC) |
1160 vars_of_ralloc (); | 1157 vars_of_ralloc (); |
1161 #endif /* HAVE_MMAP && REL_ALLOC */ | 1158 #endif /* HAVE_MMAP && REL_ALLOC */ |
1162 vars_of_redisplay (); | 1159 vars_of_redisplay (); |
1163 #ifdef HAVE_SCROLLBARS | 1160 #ifdef HAVE_SCROLLBARS |