aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Innes2001-01-02 22:48:57 +0000
committerAndrew Innes2001-01-02 22:48:57 +0000
commitad54b02528659696a1a25dbad3a9e7d4723dece8 (patch)
tree3914e1f538d96401f96f89fbb82d481188df531c /src
parent7e6ac5b91ddd6621cd0e66ebaffc575134326d44 (diff)
downloademacs-ad54b02528659696a1a25dbad3a9e7d4723dece8.tar.gz
emacs-ad54b02528659696a1a25dbad3a9e7d4723dece8.zip
(FRAME_TERMCAP_P) [WINDOWSNT]: Remove redefinition.
Diffstat (limited to 'src')
-rw-r--r--src/term.c12
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 ();
423extern char *tgetstr (); 423extern 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
438void 426void
439ring_bell () 427ring_bell ()
440{ 428{