branch: externals/objed
commit d770ddd174b2131eb6a41e77c7b0137ad558bc7d
Author: Clemera <[email protected]>
Commit: Clemera <[email protected]>

    Don't exit after eval op
---
 objed.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/objed.el b/objed.el
index 6bc59af..bd6608c 100644
--- a/objed.el
+++ b/objed.el
@@ -2332,8 +2332,7 @@ If REPLACE is non-nil replace evaluated code with result."
               (goto-char beg)
               (funcall 'objed--eval-func beg end replace)))))
     (apply 'objed--eval-func
-           (append (objed--current) (list replace))))
-  (objed--exit-objed))
+           (append (objed--current) (list replace)))))
 
 (defun objed-pipe-region (beg end cmd &optional variant)
   "Pipe region text between BEG and END through a shell CMD.

Reply via email to