mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
Fix initialization of Vwindow_state_change_functions
* src/window.c (Vwindow_state_change_functions): Initialize the right variable.
This commit is contained in:
parent
3470d8a285
commit
a425b4230d
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue