comparison src/emacs.c @ 153:25f70ba0133c r20-3b3

Import from CVS: tag r20-3b3
author cvs
date Mon, 13 Aug 2007 09:38:25 +0200
parents 59463afc5666
children 0132846995bd
comparison
equal deleted inserted replaced
152:4c132ee2d62b 153:25f70ba0133c
811 #endif 811 #endif
812 #ifdef HAVE_MENUBARS 812 #ifdef HAVE_MENUBARS
813 syms_of_menubar (); 813 syms_of_menubar ();
814 #endif 814 #endif
815 syms_of_minibuf (); 815 syms_of_minibuf ();
816 #ifdef MOCKLISP_SUPPORT
817 syms_of_mocklisp ();
818 #endif
819 syms_of_objects (); 816 syms_of_objects ();
820 syms_of_print (); 817 syms_of_print ();
821 #if !defined (NO_SUBPROCESSES) 818 #if !defined (NO_SUBPROCESSES)
822 syms_of_process (); 819 syms_of_process ();
823 #endif 820 #endif
1125 #endif 1122 #endif
1126 #ifdef HAVE_MENUBARS 1123 #ifdef HAVE_MENUBARS
1127 vars_of_menubar (); 1124 vars_of_menubar ();
1128 #endif 1125 #endif
1129 vars_of_minibuf (); 1126 vars_of_minibuf ();
1130 #ifdef MOCKLISP_SUPPORT
1131 vars_of_mocklisp ();
1132 #endif
1133 vars_of_objects (); 1127 vars_of_objects ();
1134 vars_of_print (); 1128 vars_of_print ();
1135 #ifndef NO_SUBPROCESSES 1129 #ifndef NO_SUBPROCESSES
1136 vars_of_process (); 1130 vars_of_process ();
1137 #endif 1131 #endif