Fix definition of Qwindow_point_insertion_type (Bug#33871)
* src/window.c (Qwindow_point_insertion_type): Fix definition (Bug#33871).
This commit is contained in:
parent
775517307d
commit
a058edae5b
1 changed files with 1 additions and 1 deletions
|
@ -7646,7 +7646,7 @@ on their symbols to be controlled by this variable. */);
|
|||
DEFVAR_LISP ("window-point-insertion-type", Vwindow_point_insertion_type,
|
||||
doc: /* Type of marker to use for `window-point'. */);
|
||||
Vwindow_point_insertion_type = Qnil;
|
||||
DEFSYM (Qwindow_point_insertion_type, "window_point_insertion_type");
|
||||
DEFSYM (Qwindow_point_insertion_type, "window-point-insertion-type");
|
||||
|
||||
DEFVAR_LISP ("window-configuration-change-hook",
|
||||
Vwindow_configuration_change_hook,
|
||||
|
|
Loading…
Add table
Reference in a new issue