diff options
| author | Richard M. Stallman | 1996-04-26 19:56:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-04-26 19:56:17 +0000 |
| commit | 2f8d25d5f1d9fae51ace43a4a783c2259e91b170 (patch) | |
| tree | 02af292f4351a07874161126c9192ee9a089367b /src | |
| parent | f405affb3120e6bb3eda5a0c312e813d5eed09d9 (diff) | |
| download | emacs-2f8d25d5f1d9fae51ace43a4a783c2259e91b170.tar.gz emacs-2f8d25d5f1d9fae51ace43a4a783c2259e91b170.zip | |
(FRAME_TERMCAP_P) [WINDOWSNT && !HAVE_NTGUI]:
Remove conditional for HAVE_NTGUI.
Diffstat (limited to 'src')
| -rw-r--r-- | src/term.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 (); | |||
| 298 | 298 | ||
| 299 | 299 | ||
| 300 | #ifdef WINDOWSNT | 300 | #ifdef WINDOWSNT |
| 301 | #ifndef HAVE_NTGUI | ||
| 302 | /* We aren't X windows, but we aren't termcap either. This makes me | 301 | /* We aren't X windows, but we aren't termcap either. This makes me |
| 303 | uncertain as to what value to use for frame.output_method. For | 302 | uncertain as to what value to use for frame.output_method. For |
| 304 | this file, we'll define FRAME_TERMCAP_P to be zero so that our | 303 | this file, we'll define FRAME_TERMCAP_P to be zero so that our |
| @@ -307,7 +306,6 @@ extern char *tgetstr (); | |||
| 307 | 306 | ||
| 308 | #undef FRAME_TERMCAP_P | 307 | #undef FRAME_TERMCAP_P |
| 309 | #define FRAME_TERMCAP_P(_f_) 0 | 308 | #define FRAME_TERMCAP_P(_f_) 0 |
| 310 | #endif /* not HAVE_NTGUI */ | ||
| 311 | #endif /* WINDOWSNT */ | 309 | #endif /* WINDOWSNT */ |
| 312 | 310 | ||
| 313 | ring_bell () | 311 | ring_bell () |