diff options
| author | Andrew Innes | 2001-01-02 22:48:57 +0000 |
|---|---|---|
| committer | Andrew Innes | 2001-01-02 22:48:57 +0000 |
| commit | ad54b02528659696a1a25dbad3a9e7d4723dece8 (patch) | |
| tree | 3914e1f538d96401f96f89fbb82d481188df531c /src | |
| parent | 7e6ac5b91ddd6621cd0e66ebaffc575134326d44 (diff) | |
| download | emacs-ad54b02528659696a1a25dbad3a9e7d4723dece8.tar.gz emacs-ad54b02528659696a1a25dbad3a9e7d4723dece8.zip | |
(FRAME_TERMCAP_P) [WINDOWSNT]: Remove redefinition.
Diffstat (limited to 'src')
| -rw-r--r-- | src/term.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/term.c b/src/term.c index a9ea25eee15..e7ee0959306 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -423,18 +423,6 @@ char *tparam (); | |||
| 423 | extern char *tgetstr (); | 423 | extern char *tgetstr (); |
| 424 | 424 | ||
| 425 | 425 | ||
| 426 | #ifdef WINDOWSNT | ||
| 427 | |||
| 428 | /* We aren't X windows, but we aren't termcap either. This makes me | ||
| 429 | uncertain as to what value to use for frame.output_method. For | ||
| 430 | this file, we'll define FRAME_TERMCAP_P to be zero so that our | ||
| 431 | output hooks get called instead of the termcap functions. Probably | ||
| 432 | the best long-term solution is to define an output_windows_nt... */ | ||
| 433 | |||
| 434 | #undef FRAME_TERMCAP_P | ||
| 435 | #define FRAME_TERMCAP_P(_f_) 0 | ||
| 436 | #endif /* WINDOWSNT */ | ||
| 437 | |||
| 438 | void | 426 | void |
| 439 | ring_bell () | 427 | ring_bell () |
| 440 | { | 428 | { |