diff options
Diffstat (limited to 'git-email-magit.el')
-rw-r--r-- | git-email-magit.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git-email-magit.el b/git-email-magit.el index 4ca080a..1f6404e 100644 --- a/git-email-magit.el +++ b/git-email-magit.el @@ -39,8 +39,8 @@ (interactive (let ((args (transient-args 'magit-patch-create))) (list (mapconcat #'identity - (seq-filter #'stringp args) - " ")))) + (seq-filter #'stringp args) + " ")))) ;; For some reason, `git-email-format-patch' gets called before ;; `magit-log-select' has retunred anything, leading to an error. (if commit |