comparison src/emacs.c @ 95649:69ac8c1695d5

(main): Call syms_of_menu.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 08 Jun 2008 04:37:19 +0000
parents b8f0e53854e1
children 9a50a852d447
comparison
equal deleted inserted replaced
95648:946366db5ee6 95649:69ac8c1695d5
1604 #endif 1604 #endif
1605 #ifdef HAVE_X11 1605 #ifdef HAVE_X11
1606 syms_of_xselect (); 1606 syms_of_xselect ();
1607 #endif 1607 #endif
1608 #endif /* HAVE_X_WINDOWS */ 1608 #endif /* HAVE_X_WINDOWS */
1609
1610 #ifdef HAVE_X_WINDOWS
1611 syms_of_menu ();
1612 #endif
1609 1613
1610 #ifndef HAVE_NTGUI 1614 #ifndef HAVE_NTGUI
1611 #ifndef MAC_OS 1615 #ifndef MAC_OS
1612 /* Called before init_window_once for Mac OS Classic. */ 1616 /* Called before init_window_once for Mac OS Classic. */
1613 syms_of_xmenu (); 1617 syms_of_xmenu ();