aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-03-03 22:34:21 +0000
committerRichard M. Stallman1996-03-03 22:34:21 +0000
commit647f2a686786fe24e7ec1f537599d9e879c9b0e5 (patch)
tree7b6ba2eec896984c6dbe43371f9da70172771461 /src
parentb14f720b0c11804c8a3bcf5ce7456ce4cd7af932 (diff)
downloademacs-647f2a686786fe24e7ec1f537599d9e879c9b0e5.tar.gz
emacs-647f2a686786fe24e7ec1f537599d9e879c9b0e5.zip
(main): Always call syms_of_xmenu.
Diffstat (limited to 'src')
-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\
896 syms_of_xfaces (); 896 syms_of_xfaces ();
897#endif 897#endif
898 898
899#ifdef HAVE_MENUS
900 syms_of_xmenu (); 899 syms_of_xmenu ();
901#endif /* HAVE_MENUS */
902 900
903#ifdef HAVE_NTGUI 901#ifdef HAVE_NTGUI
904 syms_of_win32term (); 902 syms_of_win32term ();