diff options
| author | Geoff Voelker | 1995-11-07 07:27:19 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1995-11-07 07:27:19 +0000 |
| commit | 6f405bd5e4bf988d81743ed782175edf920241a0 (patch) | |
| tree | 271d8f742dfe2f67fc6d42b8bc8009837e29dcb3 /src | |
| parent | 23cafe430d818571913474dff999b7cbe5327c3c (diff) | |
| download | emacs-6f405bd5e4bf988d81743ed782175edf920241a0.tar.gz emacs-6f405bd5e4bf988d81743ed782175edf920241a0.zip | |
[HAVE_NTGUI] (FRAME_TERMCAP_P): Don't redefine.
Diffstat (limited to 'src')
| -rw-r--r-- | src/term.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 (); | |||
| 297 | 297 | ||
| 298 | 298 | ||
| 299 | #ifdef WINDOWSNT | 299 | #ifdef WINDOWSNT |
| 300 | #ifndef HAVE_NTGUI | ||
| 300 | /* 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 |
| 301 | 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 |
| 302 | 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 |
| @@ -305,6 +306,7 @@ extern char *tgetstr (); | |||
| 305 | 306 | ||
| 306 | #undef FRAME_TERMCAP_P | 307 | #undef FRAME_TERMCAP_P |
| 307 | #define FRAME_TERMCAP_P(_f_) 0 | 308 | #define FRAME_TERMCAP_P(_f_) 0 |
| 309 | #endif /* not HAVE_NTGUI */ | ||
| 308 | #endif /* WINDOWSNT */ | 310 | #endif /* WINDOWSNT */ |
| 309 | 311 | ||
| 310 | ring_bell () | 312 | ring_bell () |