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 148200d5f53..7b879d0e1eb 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -7646,7 +7646,7 @@ on their symbols to be controlled by this variable. */); | |||
| 7646 | DEFVAR_LISP ("window-point-insertion-type", Vwindow_point_insertion_type, | 7646 | DEFVAR_LISP ("window-point-insertion-type", Vwindow_point_insertion_type, |
| 7647 | doc: /* Type of marker to use for `window-point'. */); | 7647 | doc: /* Type of marker to use for `window-point'. */); |
| 7648 | Vwindow_point_insertion_type = Qnil; | 7648 | Vwindow_point_insertion_type = Qnil; |
| 7649 | DEFSYM (Qwindow_point_insertion_type, "window_point_insertion_type"); | 7649 | DEFSYM (Qwindow_point_insertion_type, "window-point-insertion-type"); |
| 7650 | 7650 | ||
| 7651 | DEFVAR_LISP ("window-configuration-change-hook", | 7651 | DEFVAR_LISP ("window-configuration-change-hook", |
| 7652 | Vwindow_configuration_change_hook, | 7652 | Vwindow_configuration_change_hook, |