changeset 14740:0e3add8490d0

(main): Always call syms_of_xmenu.
author Richard M. Stallman <rms@gnu.org>
date Sun, 03 Mar 1996 22:34:21 +0000
parents c3c9db761b66
children 9f9c4d4581e4
files src/emacs.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Sun Mar 03 19:42:09 1996 +0000
+++ b/src/emacs.c	Sun Mar 03 22:34:21 1996 +0000
@@ -896,9 +896,7 @@
       syms_of_xfaces ();
 #endif
 
-#ifdef HAVE_MENUS
       syms_of_xmenu ();
-#endif /* HAVE_MENUS */
 
 #ifdef HAVE_NTGUI
       syms_of_win32term ();