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 97a2221142c..c4d59903d90 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -3810,7 +3810,7 @@ If there is only one window, it is split regardless of this value."); | |||
| 3810 | DEFVAR_LISP ("window-configuration-change-hook", | 3810 | DEFVAR_LISP ("window-configuration-change-hook", |
| 3811 | &Vwindow_configuration_change_hook, | 3811 | &Vwindow_configuration_change_hook, |
| 3812 | "Functions to call when window configuration changes.\n\ | 3812 | "Functions to call when window configuration changes.\n\ |
| 3813 | The selected frae is the one whose configuration has changed."); | 3813 | The selected frame is the one whose configuration has changed."); |
| 3814 | Vwindow_configuration_change_hook = Qnil; | 3814 | Vwindow_configuration_change_hook = Qnil; |
| 3815 | 3815 | ||
| 3816 | defsubr (&Sselected_window); | 3816 | defsubr (&Sselected_window); |