From: Leo Liu Date: Sun, 9 Oct 2011 01:44:43 +0000 (+0800) Subject: Add a missing space in smtpmail-send-data X-Git-Tag: emacs-pretest-24.0.91~170 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=112a65928f488fe18fd699a839de70c4ebbe9beb;p=emacs.git Add a missing space in smtpmail-send-data http://debbugs.gnu.org/9701 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1b3c22e8c73..ca38b372924 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-10-09 Leo Liu + + * mail/smtpmail.el (smtpmail-send-data): Add a missing space. + (Bug#9701) + 2011-10-08 Glenn Morris * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el index edcc82011af..026b03e350f 100644 --- a/lisp/mail/smtpmail.el +++ b/lisp/mail/smtpmail.el @@ -924,7 +924,7 @@ The list is in preference order.") (defun smtpmail-send-data (process buffer) (let ((data-continue t) sending-data (pr (with-current-buffer buffer - (make-progress-reporter "Sending email" + (make-progress-reporter "Sending email " (point-min) (point-max))))) (with-current-buffer buffer (goto-char (point-min)))