]> git.eshelyaron.com Git - emacs.git/commitdiff
* window.c: Fix last fix.
authorChong Yidong <cyd@gnu.org>
Thu, 23 Feb 2012 17:40:33 +0000 (01:40 +0800)
committerChong Yidong <cyd@gnu.org>
Thu, 23 Feb 2012 17:40:33 +0000 (01:40 +0800)
src/ChangeLog
src/window.c

index 3d660159a1afb26781787365ea2fb8bdb4fc6b85..5c297eb1e33328e04d979c852473fdc1f4ab2579 100644 (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>
 
index 397d84a8b05d2f085d57f5153736e2e0ce7a8387..be40e53f6b9ee01a7296c0bdb975db40c0ff08af 100644 (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.