From: Richard M. Stallman Date: Fri, 26 Apr 1996 19:56:17 +0000 (+0000) Subject: (FRAME_TERMCAP_P) [WINDOWSNT && !HAVE_NTGUI]: X-Git-Tag: emacs-19.34~767 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2f8d25d5f1d9fae51ace43a4a783c2259e91b170;p=emacs.git (FRAME_TERMCAP_P) [WINDOWSNT && !HAVE_NTGUI]: Remove conditional for HAVE_NTGUI. --- diff --git a/src/term.c b/src/term.c index b81941aa585..0a58c4b8dcd 100644 --- a/src/term.c +++ b/src/term.c @@ -298,7 +298,6 @@ 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 @@ -307,7 +306,6 @@ extern char *tgetstr (); #undef FRAME_TERMCAP_P #define FRAME_TERMCAP_P(_f_) 0 -#endif /* not HAVE_NTGUI */ #endif /* WINDOWSNT */ ring_bell ()