diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1995-11-07 07:27:19 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1995-11-07 07:27:19 +0000 |
commit | b34b6fe5918ad36a2f98e092516d20b538bbe2cd (patch) | |
tree | 1b501e05e7b46ba95003d95888128e9ad1b939c5 | |
parent | e8da72529b89918168f1e3bb991408d4ddb1f1e7 (diff) | |
download | emacs-b34b6fe5918ad36a2f98e092516d20b538bbe2cd.tar.gz |
[HAVE_NTGUI] (FRAME_TERMCAP_P): Don't redefine.
-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 (); #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 @@ -305,6 +306,7 @@ extern char *tgetstr (); #undef FRAME_TERMCAP_P #define FRAME_TERMCAP_P(_f_) 0 +#endif /* not HAVE_NTGUI */ #endif /* WINDOWSNT */ ring_bell () |