summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--with-editor.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/with-editor.el b/with-editor.el
index 546c119..40a8363 100644
--- a/with-editor.el
+++ b/with-editor.el
@@ -566,7 +566,7 @@ This works in `shell-mode', `term-mode' and `eshell-mode'."
(filter (process-filter process)))
(goto-char (process-mark process))
(process-send-string
- process (format "export %s=%s\n" envvar
+ process (format " export %s=%s\n" envvar
(shell-quote-argument with-editor-sleeping-editor)))
(while (accept-process-output process 0.1))
(set-process-filter process filter)