[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs-26 a058eda: Fix definition of Qwindow_point_insertio
From: |
Martin Rudalics |
Subject: |
[Emacs-diffs] emacs-26 a058eda: Fix definition of Qwindow_point_insertion_type (Bug#33871) |
Date: |
Fri, 4 Jan 2019 11:34:48 -0500 (EST) |
branch: emacs-26
commit a058edae5b02a5265524140e42004a84f5c86907
Author: Martin Rudalics <address@hidden>
Commit: Martin Rudalics <address@hidden>
Fix definition of Qwindow_point_insertion_type (Bug#33871)
* src/window.c (Qwindow_point_insertion_type): Fix definition
(Bug#33871).
---
src/window.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/window.c b/src/window.c
index 148200d..7b879d0 100644
--- a/src/window.c
+++ b/src/window.c
@@ -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,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] emacs-26 a058eda: Fix definition of Qwindow_point_insertion_type (Bug#33871),
Martin Rudalics <=