* window.c (inhibit_window_configuration_change_hook): New var.
(run_window_configuration_change_hook): Obey it.
+ (syms_of_window): Initialize it.
2012-02-22 Chong Yidong <cyd@gnu.org>
window_scroll_preserve_hpos = -1;
window_scroll_preserve_vpos = -1;
+ inhibit_window_configuration_change_hook = Qnil;
+
DEFVAR_LISP ("temp-buffer-show-function", Vtemp_buffer_show_function,
doc: /* Non-nil means call as function to display a help buffer.
The function is called with one argument, the buffer to be displayed.