# HG changeset patch # User Aidan Kehoe # Date 1216327822 -7200 # Node ID 4cb7c59b5201ae584dfe081c131e5f20de3eab7e # Parent ec442dc06fe1bc671fbe0ed0a928b294cdd45aba Revert to the documented behaviour with window-system and noninteractive runs. 2008-07-17 Aidan Kehoe * redisplay.c (init_redisplay): Don't set window-system to 'stream if running noninteractively, revert to the documented behaviour. diff -r ec442dc06fe1 -r 4cb7c59b5201 src/ChangeLog --- 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 + + * redisplay.c (init_redisplay): + Don't set window-system to 'stream if running noninteractively, + revert to the documented behaviour. + 2008-07-07 Aidan Kehoe Patch to make it up to the device-specific code whether diff -r ec442dc06fe1 -r 4cb7c59b5201 src/redisplay.c --- 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; }