comparison src/emacs.c @ 225:12579d965149 r20-4b11

Import from CVS: tag r20-4b11
author cvs
date Mon, 13 Aug 2007 10:11:40 +0200
parents 2c611d1463a6
children 0e522484dd2a
comparison
equal deleted inserted replaced
224:4663b37daab6 225:12579d965149
971 console_type_create_mswindows (); 971 console_type_create_mswindows ();
972 console_type_create_device_mswindows (); 972 console_type_create_device_mswindows ();
973 console_type_create_frame_mswindows (); 973 console_type_create_frame_mswindows ();
974 console_type_create_objects_mswindows (); 974 console_type_create_objects_mswindows ();
975 console_type_create_redisplay_mswindows (); 975 console_type_create_redisplay_mswindows ();
976 # ifdef HAVE_SCROLLBARS
977 console_type_create_scrollbar_mswindows ();
978 # endif
976 #endif 979 #endif
977 980
978 /* Now initialize the specifier types and associated symbols. 981 /* Now initialize the specifier types and associated symbols.
979 Other than the first function below, the functions may 982 Other than the first function below, the functions may
980 make exactly the following function/macro calls: 983 make exactly the following function/macro calls:
1207 vars_of_console_mswindows (); 1210 vars_of_console_mswindows ();
1208 vars_of_event_mswindows (); 1211 vars_of_event_mswindows ();
1209 vars_of_frame_mswindows (); 1212 vars_of_frame_mswindows ();
1210 vars_of_objects_mswindows (); 1213 vars_of_objects_mswindows ();
1211 vars_of_select_mswindows (); 1214 vars_of_select_mswindows ();
1215 #ifdef HAVE_SCROLLBARS
1216 vars_of_scrollbar_mswindows ();
1217 #endif
1212 #endif 1218 #endif
1213 1219
1214 #ifdef MULE 1220 #ifdef MULE
1215 vars_of_mule (); 1221 vars_of_mule ();
1216 vars_of_mule_charset (); 1222 vars_of_mule_charset ();