diff src/dispnew.c @ 71946:db54d1f64f25

Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 17 Jul 2006 21:00:08 +0000
parents e89be002734a
children 102f29870373 02e39decdc84 8a8e69664178
line wrap: on
line diff
--- a/src/dispnew.c	Mon Jul 17 20:59:54 2006 +0000
+++ b/src/dispnew.c	Mon Jul 17 21:00:08 2006 +0000
@@ -6827,7 +6827,7 @@
 \(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