changeset 4479:4cb7c59b5201

Revert to the documented behaviour with window-system and noninteractive runs. 2008-07-17 Aidan Kehoe <kehoea@parhasard.net> * redisplay.c (init_redisplay): Don't set window-system to 'stream if running noninteractively, revert to the documented behaviour.
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 17 Jul 2008 22:50:22 +0200
parents ec442dc06fe1
children 74caf140505b 46ddeaa7c738
files src/ChangeLog src/redisplay.c
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Jul 10 23:37:52 2008 +0200
+++ b/src/ChangeLog	Thu Jul 17 22:50:22 2008 +0200
@@ -1,3 +1,9 @@
+2008-07-17  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* redisplay.c (init_redisplay): 
+	Don't set window-system to 'stream if running noninteractively,
+	revert to the documented behaviour. 
+
 2008-07-07  Aidan Kehoe  <kehoea@parhasard.net>
 
 	Patch to make it up to the device-specific code whether
--- a/src/redisplay.c	Thu Jul 10 23:37:52 2008 +0200
+++ b/src/redisplay.c	Thu Jul 17 22:50:22 2008 +0200
@@ -9753,7 +9753,6 @@
 
   if (noninteractive)
     {
-      Vwindow_system = Qstream;
       Vinitial_device_type = Qstream;
       return;
     }