summaryrefslogtreecommitdiff
path: root/helm.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thievol@posteo.net>2021-08-04 13:41:19 +0200
committerThierry Volpiatto <thievol@posteo.net>2021-08-04 13:41:19 +0200
commit08e95dbfa12d7c47ec43cd81f06e8f2205d7f72f (patch)
treebbe5606aedfbd868c65da88c5c3665ebcf0a6d3a /helm.el
parent1b6ffb10b8cabf177664a34827961520fba88ebe (diff)
Fix #2436 (reset cursor-type to default-value)
Diffstat (limited to 'helm.el')
-rw-r--r--helm.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm.el b/helm.el
index 2594aa4d..df2dafe3 100644
--- a/helm.el
+++ b/helm.el
@@ -3938,7 +3938,7 @@ WARNING: Do not use this mode yourself, it is internal to Helm."
(or (get-buffer-window helm-buffer)
(selected-window))
(let ((frame (selected-frame)))
- (setq cursor-type t)
+ (setq cursor-type (default-value 'cursor-type))
;; Ensure restoring default-value of mode-line to allow user
;; using the mouse when helm is inactive (Bug#1517,Bug#2377).
(setq mode-line-format (default-value 'mode-line-format))