* frame.c (Fcan_run_window_configuration_change_hook): Return a value.
This commit is contained in:
parent
da95e2399e
commit
0cd3403ff4
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue