]> git.eshelyaron.com Git - emacs.git/commitdiff
(main) [! HAVE_NTGUI]: Don't call syms_of_xmenu.
authorRichard M. Stallman <rms@gnu.org>
Fri, 8 Mar 1996 06:18:40 +0000 (06:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 8 Mar 1996 06:18:40 +0000 (06:18 +0000)
src/emacs.c

index 3480a4d40e591b8def6e631abb5f8cb07a169c61..cd212ffa991281a262a9b4547481e76d05db9121 100644 (file)
@@ -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 ();