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


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/dispnew.c
Date: Wed, 12 Apr 2006 06:23:12 +0000

Index: emacs/src/dispnew.c
diff -u emacs/src/dispnew.c:1.361 emacs/src/dispnew.c:1.362
--- emacs/src/dispnew.c:1.361   Mon Mar 20 22:41:12 2006
+++ emacs/src/dispnew.c Wed Apr 12 06:23:11 2006
@@ -6654,7 +6654,7 @@
      try to use X, and die with an error message if that doesn't work.  */
 
 #ifdef HAVE_X_WINDOWS
-  if (! display_arg)
+  if (! inhibit_window_system && ! display_arg)
     {
       char *display;
 #ifdef VMS




reply via email to

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