Mercurial > emacs
changeset 71946:db54d1f64f25
Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 17 Jul 2006 21:00:08 +0000 |
parents | e89be002734a |
children | 4bc25e59ebd1 |
files | src/dispnew.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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