* src/xfns.c (Fx_change_window_property): Modify previous change.
commit90d258c51eae1f47db8fe630fccb4e98b7a3187a
authorNoah Friedman <friedman@splode.com>
Wed, 24 Aug 2016 00:13:31 +0000 (23 17:13 -0700)
committerNoah Friedman <friedman@splode.com>
Wed, 24 Aug 2016 00:13:31 +0000 (23 17:13 -0700)
tree277c082466024817bc4347465f0dfb1ea342eb75
parent8d73c252be365868c8d7b98015ea968ead167da4
* src/xfns.c (Fx_change_window_property): Modify previous change.
Instead of forcing format to 8 for strings, check that the length of
the string is appropriate for whatever format given.
(Fx_window_property_attributes): If prop isn't found on frame's inner window,
try its outer window.  This mimics the behavior of Fx_window_property.
src/xfns.c