emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107397: * window.c: Fix last fix.


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107397: * window.c: Fix last fix.
Date: Fri, 24 Feb 2012 01:40:33 +0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107397
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Fri 2012-02-24 01:40:33 +0800
message:
  * window.c: Fix last fix.
modified:
  src/ChangeLog
  src/window.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-02-23 07:28:21 +0000
+++ b/src/ChangeLog     2012-02-23 17:40:33 +0000
@@ -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  <address@hidden>
 

=== modified file 'src/window.c'
--- a/src/window.c      2012-02-23 07:28:21 +0000
+++ b/src/window.c      2012-02-23 17:40:33 +0000
@@ -6527,6 +6527,8 @@
   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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]