summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-03-03 22:34:21 +0000
committerRichard M. Stallman <rms@gnu.org>1996-03-03 22:34:21 +0000
commit65ee1c0b27fd87d2752f6c516804b00b71594070 (patch)
tree513b3b302fbbc64a8aad1fe4338dde55ec8f26d0
parent5536252e4c1a768d234fb019cc74cc5b293b75ea (diff)
downloademacs-65ee1c0b27fd87d2752f6c516804b00b71594070.tar.gz
(main): Always call syms_of_xmenu.
-rw-r--r--src/emacs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 6ddd37f24de..3480a4d40e5 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -896,9 +896,7 @@ Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\
syms_of_xfaces ();
#endif
-#ifdef HAVE_MENUS
syms_of_xmenu ();
-#endif /* HAVE_MENUS */
#ifdef HAVE_NTGUI
syms_of_win32term ();