aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-03-08 06:18:40 +0000
committerRichard M. Stallman1996-03-08 06:18:40 +0000
commit1e9c210ba7699f509d82ecdcf6bff54199683e93 (patch)
tree973285d4c75bc4fbfa8c31f750ab89cd983a0828 /src
parent91b97ddb7ecd096ee3bd7f1b7d47f78400aff5fc (diff)
downloademacs-1e9c210ba7699f509d82ecdcf6bff54199683e93.tar.gz
emacs-1e9c210ba7699f509d82ecdcf6bff54199683e93.zip
(main) [! HAVE_NTGUI]: Don't call syms_of_xmenu.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 3480a4d40e5..cd212ffa991 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -896,7 +896,9 @@ 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#ifndef HAVE_NTGUI
899 syms_of_xmenu (); 900 syms_of_xmenu ();
901#endif
900 902
901#ifdef HAVE_NTGUI 903#ifdef HAVE_NTGUI
902 syms_of_win32term (); 904 syms_of_win32term ();