From: Richard M. Stallman Date: Fri, 8 Mar 1996 06:18:40 +0000 (+0000) Subject: (main) [! HAVE_NTGUI]: Don't call syms_of_xmenu. X-Git-Tag: emacs-19.34~1072 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1e9c210ba7699f509d82ecdcf6bff54199683e93;p=emacs.git (main) [! HAVE_NTGUI]: Don't call syms_of_xmenu. --- 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 ();