* frame.c (Fcan_run_window_configuration_change_hook): Return a value.

This commit is contained in:
Paul Eggert 2014-11-08 20:04:12 -08:00
parent da95e2399e
commit 0cd3403ff4
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2014-11-09 Paul Eggert <eggert@cs.ucla.edu>
* frame.c (Fcan_run_window_configuration_change_hook): Return a value.
2014-11-08 Jan Djärv <jan.h.d@swipnet.se>
* nsterm.m (run): Only use non-system event loop if OSX version is

View file

@ -2277,6 +2277,7 @@ functions on `window-configuration-change-hook' is impeded forever. */)
struct frame *f = decode_live_frame (frame);
f->can_run_window_configuration_change_hook = NILP (allow) ? false : true;
return Qnil;
}