From: Geoff Voelker Date: Tue, 7 Nov 1995 07:27:19 +0000 (+0000) Subject: [HAVE_NTGUI] (FRAME_TERMCAP_P): Don't redefine. X-Git-Tag: emacs-19.34~2443 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f405bd5e4bf988d81743ed782175edf920241a0;p=emacs.git [HAVE_NTGUI] (FRAME_TERMCAP_P): Don't redefine. --- diff --git a/src/term.c b/src/term.c index c7eb2ca6c7d..a6fb26a5961 100644 --- a/src/term.c +++ b/src/term.c @@ -297,6 +297,7 @@ extern char *tgetstr (); #ifdef WINDOWSNT +#ifndef HAVE_NTGUI /* We aren't X windows, but we aren't termcap either. This makes me uncertain as to what value to use for frame.output_method. For this file, we'll define FRAME_TERMCAP_P to be zero so that our @@ -305,6 +306,7 @@ extern char *tgetstr (); #undef FRAME_TERMCAP_P #define FRAME_TERMCAP_P(_f_) 0 +#endif /* not HAVE_NTGUI */ #endif /* WINDOWSNT */ ring_bell ()