From e41d7cbc9a85e99905170957f9da3f0e66849821 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 8 Mar 1996 06:18:40 +0000 Subject: (main) [! HAVE_NTGUI]: Don't call syms_of_xmenu. --- src/emacs.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 (); -- cgit v1.2.1