emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/dispnew.c,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/dispnew.c,v
Date: Mon, 17 Jul 2006 20:59:55 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/07/17 20:59:54

Index: dispnew.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/dispnew.c,v
retrieving revision 1.379
retrieving revision 1.380
diff -u -b -r1.379 -r1.380
--- dispnew.c   17 Jul 2006 20:59:18 -0000      1.379
+++ dispnew.c   17 Jul 2006 20:59:54 -0000      1.380
@@ -6827,12 +6827,12 @@
 \(The quotation marks are necessary since terminal types are lower case.)\n");
 #else /* not VMS */
 
-#ifdef HAVE_WINDOW_SYSTEM
-      if (inhibit_window_system)
-       fprintf (stderr, "Please set the environment variable TERM; see 
`tset'.\n");
+#ifndef HAVE_WINDOW_SYSTEM
+      if (! inhibit_window_system)
+       fprintf (stderr, "Please set the environment variable DISPLAY or TERM 
(see `tset').\n");
       else
 #endif /* HAVE_WINDOW_SYSTEM */
-       fprintf (stderr, "Please set the environment variable DISPLAY or TERM 
(see `tset').\n");
+       fprintf (stderr, "Please set the environment variable TERM; see 
`tset'.\n");
 #endif /* not VMS */
       exit (1);
     }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]