summaryrefslogtreecommitdiff
path: root/src/dispnew.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-07-17 21:00:08 +0000
committerRichard M. Stallman <rms@gnu.org>2006-07-17 21:00:08 +0000
commitbbc1dba0365104296d82f235787e7f5ce2e7d229 (patch)
treeb8f1e8acf537bc3de13a17862229f33cf7ce358a /src/dispnew.c
parent0c20bc7ce4879f84a7c5dd563e1d6de52b3e51f7 (diff)
downloademacs-bbc1dba0365104296d82f235787e7f5ce2e7d229.tar.gz
Fix previous change.
Diffstat (limited to 'src/dispnew.c')
-rw-r--r--src/dispnew.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 43c35243281..3cbd878bb13 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -6827,7 +6827,7 @@ For types not defined in VMS, use define emacs_term \"TYPE\".\n\
\(The quotation marks are necessary since terminal types are lower case.)\n");
#else /* not VMS */
-#ifndef HAVE_WINDOW_SYSTEM
+#ifdef HAVE_WINDOW_SYSTEM
if (! inhibit_window_system)
fprintf (stderr, "Please set the environment variable DISPLAY or TERM (see `tset').\n");
else