branch: externals/objed
commit dd520d4cf851a0e44350bc2fff086c1e5d2c8f7a
Author: Clemens Radermacher <[email protected]>
Commit: Clemens Radermacher <[email protected]>
Don't override last-command in objed--do-objects
---
objed.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/objed.el b/objed.el
index 4e24b7c..c963a30 100644
--- a/objed.el
+++ b/objed.el
@@ -4012,6 +4012,7 @@ ON got applied."
(n 0)
(mc (and (eq exit 'mc)
(require 'multiple-cursors nil t)))
+ (last-command last-command)
(pos (set-marker (make-marker) (overlay-start (car ovs)))))
;; move to last ov
(goto-char pos)