aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c
index 397d84a8b05..be40e53f6b9 100644
--- a/src/window.c
+++ b/src/window.c
@@ -6527,6 +6527,8 @@ syms_of_window (void)
6527 window_scroll_preserve_hpos = -1; 6527 window_scroll_preserve_hpos = -1;
6528 window_scroll_preserve_vpos = -1; 6528 window_scroll_preserve_vpos = -1;
6529 6529
6530 inhibit_window_configuration_change_hook = Qnil;
6531
6530 DEFVAR_LISP ("temp-buffer-show-function", Vtemp_buffer_show_function, 6532 DEFVAR_LISP ("temp-buffer-show-function", Vtemp_buffer_show_function,
6531 doc: /* Non-nil means call as function to display a help buffer. 6533 doc: /* Non-nil means call as function to display a help buffer.
6532The function is called with one argument, the buffer to be displayed. 6534The function is called with one argument, the buffer to be displayed.