comparison 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
comparison
equal deleted inserted replaced
4478:ec442dc06fe1 4479:4cb7c59b5201
9751 if (!initialized) 9751 if (!initialized)
9752 return; 9752 return;
9753 9753
9754 if (noninteractive) 9754 if (noninteractive)
9755 { 9755 {
9756 Vwindow_system = Qstream;
9757 Vinitial_device_type = Qstream; 9756 Vinitial_device_type = Qstream;
9758 return; 9757 return;
9759 } 9758 }
9760 9759
9761 /* If the user wants to use a window system, we shouldn't bother 9760 /* If the user wants to use a window system, we shouldn't bother