summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--do-at-point.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/do-at-point.el b/do-at-point.el
index 25bad6f..b1fca98 100644
--- a/do-at-point.el
+++ b/do-at-point.el
@@ -215,6 +215,7 @@ action is selected."
(unless (and do-at-point--overlay
(overlay-start do-at-point--overlay)
(overlay-end do-at-point--overlay))
+ (do-at-point--mode -1)
(user-error "No selected thing"))
(let* ((thing (overlay-get do-at-point--overlay 'do-at-point-thing))
(options (do-at-point--actions thing))