emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/with-editor fab38c4 016/140: with-editor-export-editor: do


From: Jonas Bernoulli
Subject: [nongnu] elpa/with-editor fab38c4 016/140: with-editor-export-editor: don't suppress output during setup
Date: Fri, 6 Aug 2021 12:51:11 -0400 (EDT)

branch: elpa/with-editor
commit fab38c451da40db17d021009ffbc53199b5e2237
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    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

[Prev in Thread] Current Thread [Next in Thread]