branch: externals/objed
commit 36bddbd0ae5536d286ceb22d2b013ba0f75d1185
Author: Clemens Radermacher <[email protected]>
Commit: Clemens Radermacher <[email protected]>
Fix map staying active when op exited objed
---
objed.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/objed.el b/objed.el
index 6f8c404..de747d1 100644
--- a/objed.el
+++ b/objed.el
@@ -3518,6 +3518,8 @@ and RANGE hold the object position data."
((or (eq exit 'ignore)
(bound-and-true-p multiple-cursors-mode)))
((not objed--buffer)
+ ;; FIXME: why stay map active after electric insertion?
+ (objed--exit-objed)
;; let op exit itself if it wants to
(ignore))
(t