diff options
-rw-r--r-- | git-email.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-email.el b/git-email.el index c728a8f..92de56e 100644 --- a/git-email.el +++ b/git-email.el @@ -329,7 +329,7 @@ With prefix argument KEEP, keep the generated patches. The default behavior is to delete them after sending the message." (interactive (list (apply #'concat (mapcar - (lambda (a) (concat a "")) + (lambda (a) (concat a " ")) (completing-read-multiple "Args: " git-email-format-patch-extra-args nil nil git-email-format-patch-default-args))) |