diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.c | 2 |
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 | |||
| 8135 | buffer or its total or body size or the frame has been (de-)selected | 8135 | buffer or its total or body size or the frame has been (de-)selected |
| 8136 | or its selected window has changed since the last redisplay. In this | 8136 | or its selected window has changed since the last redisplay. In this |
| 8137 | case the frame is passed as argument. */); | 8137 | case 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. |