Mercurial > emacs
changeset 15094:77e6de616e58
(FRAME_TERMCAP_P) [WINDOWSNT && !HAVE_NTGUI]:
Remove conditional for HAVE_NTGUI.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 26 Apr 1996 19:56:17 +0000 |
parents | a18e7d41286a |
children | 66db908addc7 |
files | src/term.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/term.c Fri Apr 26 19:55:52 1996 +0000 +++ b/src/term.c Fri Apr 26 19:56:17 1996 +0000 @@ -298,7 +298,6 @@ #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 @@ #undef FRAME_TERMCAP_P #define FRAME_TERMCAP_P(_f_) 0 -#endif /* not HAVE_NTGUI */ #endif /* WINDOWSNT */ ring_bell ()