changeset: 4509:4cb7c59b5201ae584dfe081c131e5f20de3eab7e
user: Aidan Kehoe <kehoea(a)parhasard.net>
date: Thu Jul 17 22:50:22 2008 +0200
files: src/ChangeLog src/redisplay.c
description:
Revert to the documented behaviour with window-system and noninteractive runs.
2008-07-17 Aidan Kehoe <kehoea(a)parhasard.net>
* redisplay.c (init_redisplay):
Don't set window-system to 'stream if running noninteractively,
revert to the documented behaviour.
diff -r ec442dc06fe1bc671fbe0ed0a928b294cdd45aba -r
4cb7c59b5201ae584dfe081c131e5f20de3eab7e 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-07 Aidan Kehoe <kehoea@parhasa
+2008-07-17 Aidan Kehoe <kehoea(a)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(a)parhasard.net>
Patch to make it up to the device-specific code whether
diff -r ec442dc06fe1bc671fbe0ed0a928b294cdd45aba -r
4cb7c59b5201ae584dfe081c131e5f20de3eab7e 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 @@ init_redisplay (void)
if (noninteractive)
{
- Vwindow_system = Qstream;
Vinitial_device_type = Qstream;
return;
}
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches