emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master a425b42: Fix initialization of Vwindow_state_change


From: Martin Rudalics
Subject: [Emacs-diffs] master a425b42: Fix initialization of Vwindow_state_change_functions
Date: Wed, 6 Mar 2019 03:19:11 -0500 (EST)

branch: master
commit a425b4230d85e40ba196f7b673d0a36c1bf033f3
Author: Martin Rudalics <address@hidden>
Commit: Martin Rudalics <address@hidden>

    Fix initialization of Vwindow_state_change_functions
    
    * src/window.c (Vwindow_state_change_functions): Initialize the
    right variable.
---
 src/window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/window.c b/src/window.c
index 642c77b..8543cbf 100644
--- a/src/window.c
+++ b/src/window.c
@@ -8135,7 +8135,7 @@ at least one window on that frame has been added, 
deleted, changed its
 buffer or its total or body size or the frame has been (de-)selected
 or its selected window has changed since the last redisplay.  In this
 case the frame is passed as argument.  */);
-  Vwindow_selection_change_functions = Qnil;
+  Vwindow_state_change_functions = Qnil;
 
   DEFVAR_LISP ("window-configuration-change-hook", 
Vwindow_configuration_change_hook,
               doc: /* Functions called during redisplay when window 
configuration has changed.



reply via email to

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