comparison src/emacs.c @ 231:557eaa0339bf r20-5b14

Import from CVS: tag r20-5b14
author cvs
date Mon, 13 Aug 2007 10:13:48 +0200
parents 0e522484dd2a
children 52952cbfc5b5
comparison
equal deleted inserted replaced
230:39ed1d2bdd9d 231:557eaa0339bf
885 syms_of_device_mswindows (); 885 syms_of_device_mswindows ();
886 syms_of_event_mswindows (); 886 syms_of_event_mswindows ();
887 syms_of_frame_mswindows (); 887 syms_of_frame_mswindows ();
888 syms_of_objects_mswindows (); 888 syms_of_objects_mswindows ();
889 syms_of_select_mswindows (); 889 syms_of_select_mswindows ();
890 #ifdef HAVE_MENUBARS
891 syms_of_menubar_mswindows ();
892 #endif
890 #endif 893 #endif
891 894
892 #ifdef MULE 895 #ifdef MULE
893 syms_of_mule (); 896 syms_of_mule ();
894 syms_of_mule_ccl (); 897 syms_of_mule_ccl ();
979 console_type_create_objects_mswindows (); 982 console_type_create_objects_mswindows ();
980 console_type_create_redisplay_mswindows (); 983 console_type_create_redisplay_mswindows ();
981 # ifdef HAVE_SCROLLBARS 984 # ifdef HAVE_SCROLLBARS
982 console_type_create_scrollbar_mswindows (); 985 console_type_create_scrollbar_mswindows ();
983 # endif 986 # endif
987 #ifdef HAVE_MENUBARS
988 console_type_create_menubar_mswindows ();
989 #endif
984 #endif 990 #endif
985 991
986 /* Now initialize the specifier types and associated symbols. 992 /* Now initialize the specifier types and associated symbols.
987 Other than the first function below, the functions may 993 Other than the first function below, the functions may
988 make exactly the following function/macro calls: 994 make exactly the following function/macro calls:
1217 vars_of_frame_mswindows (); 1223 vars_of_frame_mswindows ();
1218 vars_of_objects_mswindows (); 1224 vars_of_objects_mswindows ();
1219 vars_of_select_mswindows (); 1225 vars_of_select_mswindows ();
1220 #ifdef HAVE_SCROLLBARS 1226 #ifdef HAVE_SCROLLBARS
1221 vars_of_scrollbar_mswindows (); 1227 vars_of_scrollbar_mswindows ();
1228 #endif
1229 #ifdef HAVE_MENUBARS
1230 vars_of_menubar_mswindows ();
1222 #endif 1231 #endif
1223 #endif 1232 #endif
1224 1233
1225 #ifdef MULE 1234 #ifdef MULE
1226 vars_of_mule (); 1235 vars_of_mule ();