From 1e9c210ba7699f509d82ecdcf6bff54199683e93 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 8 Mar 1996 06:18:40 +0000 Subject: [PATCH] (main) [! HAVE_NTGUI]: Don't call syms_of_xmenu. --- src/emacs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/emacs.c b/src/emacs.c index 3480a4d40e..cd212ffa99 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 (); -- 2.20.1