Skip to content

Commit

Permalink
with-editor-export-editor: don't suppress output during setup
Browse files Browse the repository at this point in the history
Fixes #10.
  • Loading branch information
tarsius committed Aug 28, 2016
1 parent 4929d43 commit fab38c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion with-editor.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fab38c4

Please sign in to comment.