diff options
Diffstat (limited to 'git-email.el')
-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 1934f23..10f6395 100644 --- a/git-email.el +++ b/git-email.el @@ -409,7 +409,7 @@ default behavior is to delete them after sending the message." "Send all unsent emails." (interactive) ;; Sort the buffers so that [PATCH 0/N] comes first, this prevents - ;; the ordering to get messed up. + ;; the ordering from getting messed up. (let ((buffers (sort (message-buffers) #'string-greaterp))) (mapc (lambda (b) (switch-to-buffer b) (funcall git-email-send-email-function)) |