1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 12:20:39 -08:00

* window.c: Fix last fix.

This commit is contained in:
Chong Yidong 2012-02-24 01:40:33 +08:00
parent 3e88618b12
commit b2e4ca7d12
2 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,7 @@
* 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>

View file

@ -6527,6 +6527,8 @@ syms_of_window (void)
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.