diff options
Diffstat (limited to 'src/window.c')
| -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 cad36c840ae..4a1db932ec3 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -7688,7 +7688,7 @@ on their symbols to be controlled by this variable. */); | |||
| 7688 | DEFVAR_LISP ("window-point-insertion-type", Vwindow_point_insertion_type, | 7688 | DEFVAR_LISP ("window-point-insertion-type", Vwindow_point_insertion_type, |
| 7689 | doc: /* Type of marker to use for `window-point'. */); | 7689 | doc: /* Type of marker to use for `window-point'. */); |
| 7690 | Vwindow_point_insertion_type = Qnil; | 7690 | Vwindow_point_insertion_type = Qnil; |
| 7691 | DEFSYM (Qwindow_point_insertion_type, "window_point_insertion_type"); | 7691 | DEFSYM (Qwindow_point_insertion_type, "window-point-insertion-type"); |
| 7692 | 7692 | ||
| 7693 | DEFVAR_LISP ("window-configuration-change-hook", | 7693 | DEFVAR_LISP ("window-configuration-change-hook", |
| 7694 | Vwindow_configuration_change_hook, | 7694 | Vwindow_configuration_change_hook, |