branch: elpa/with-editor
commit fab38c451da40db17d021009ffbc53199b5e2237
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    with-editor-export-editor: don't suppress output during setup
    
    Fixes #10.
---
 with-editor.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/with-editor.el b/with-editor.el
index cd137e3..372169b 100644
--- a/with-editor.el
+++ b/with-editor.el
@@ -545,7 +545,6 @@ This works in `shell-mode', `term-mode' and `eshell-mode'."
    ((derived-mode-p 'comint-mode 'term-mode)
     (let* ((process (get-buffer-process (current-buffer)))
            (filter  (process-filter process)))
-      (set-process-filter process 'ignore)
       (goto-char (process-mark process))
       (process-send-string
        process (format "export %s=%s\n" envvar

Reply via email to