aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorMartin Rudalics2019-03-06 09:18:27 +0100
committerMartin Rudalics2019-03-06 09:18:27 +0100
commita425b4230d85e40ba196f7b673d0a36c1bf033f3 (patch)
tree0dbf56e54ab0f8594f89a7e0f41c417b6fe170e1 /src/window.c
parent3470d8a285c9fd641687e85a912db4ae0f285e79 (diff)
downloademacs-a425b4230d85e40ba196f7b673d0a36c1bf033f3.tar.gz
emacs-a425b4230d85e40ba196f7b673d0a36c1bf033f3.zip
Fix initialization of Vwindow_state_change_functions
* src/window.c (Vwindow_state_change_functions): Initialize the right variable.
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 642c77ba56e..8543cbf5ae9 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
8135buffer or its total or body size or the frame has been (de-)selected 8135buffer or its total or body size or the frame has been (de-)selected
8136or its selected window has changed since the last redisplay. In this 8136or its selected window has changed since the last redisplay. In this
8137case the frame is passed as argument. */); 8137case the frame is passed as argument. */);
8138 Vwindow_selection_change_functions = Qnil; 8138 Vwindow_state_change_functions = Qnil;
8139 8139
8140 DEFVAR_LISP ("window-configuration-change-hook", Vwindow_configuration_change_hook, 8140 DEFVAR_LISP ("window-configuration-change-hook", Vwindow_configuration_change_hook,
8141 doc: /* Functions called during redisplay when window configuration has changed. 8141 doc: /* Functions called during redisplay when window configuration has changed.