summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-03-08 06:18:40 +0000
committerRichard M. Stallman <rms@gnu.org>1996-03-08 06:18:40 +0000
commite41d7cbc9a85e99905170957f9da3f0e66849821 (patch)
treeb1bec08a64d886f480d4e69beebf920a94c67cfa /src
parentc4e55eec4edae1a2dc51a17e8d41f4d6b3a289db (diff)
downloademacs-e41d7cbc9a85e99905170957f9da3f0e66849821.tar.gz
(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\
syms_of_xfaces ();
#endif
+#ifndef HAVE_NTGUI
syms_of_xmenu ();
+#endif
#ifdef HAVE_NTGUI
syms_of_win32term ();