diff src/redisplay.c @ 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 e34711681f30
children 383ab474a241
line wrap: on
line diff
--- 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;
     }