]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix definition of Qwindow_point_insertion_type (Bug#33871)
authorMartin Rudalics <rudalics@gmx.at>
Fri, 4 Jan 2019 16:34:00 +0000 (17:34 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Fri, 4 Jan 2019 16:34:00 +0000 (17:34 +0100)
* src/window.c (Qwindow_point_insertion_type): Fix definition
(Bug#33871).

src/window.c

index 148200d5f53d0389a47654d32850b4c720769cfb..7b879d0e1eba75a6dda09e3ca256606d6b406668 100644 (file)
@@ -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,