branch: elpa/with-editor
commit 8fab93143cf19067061153b9dd7401279dbe60d1
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    with-editor-export-editor: No longer add "clear" to shell history
    
    We already to the same for "export".
    
    Closes #135.
---
 lisp/with-editor.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/with-editor.el b/lisp/with-editor.el
index 87eb9fb0d1..9bfa34b70b 100644
--- a/lisp/with-editor.el
+++ b/lisp/with-editor.el
@@ -780,7 +780,7 @@ This works in `shell-mode', `term-mode', `eshell-mode' and
           (when-let ((v (getenv "EMACS_SERVER_FILE")))
             (vterm-send-string (format " export EMACS_SERVER_FILE=%S" v))
             (vterm-send-return))
-          (vterm-send-string "clear")
+          (vterm-send-string " clear")
           (vterm-send-return))
       (error "Cannot use sleeping editor in this buffer")))
    (t

Reply via email to