branch: externals/do-at-point
commit 7408882cafbca30afd1c49784a712f5f8ca02a92
Author: Philip Kaludercic <phil...@posteo.net>
Commit: Philip Kaludercic <phil...@posteo.net>

    Revert "Leave 'do-at-point--mode' if there is no thing at point"
    
    This reverts commit e0c2d6272695449b13aa228f6f3d8b9c12a4b17f.
---
 do-at-point.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/do-at-point.el b/do-at-point.el
index b1fca98ae9..25bad6f61e 100644
--- a/do-at-point.el
+++ b/do-at-point.el
@@ -215,7 +215,6 @@ 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))

Reply via email to