From 112a65928f488fe18fd699a839de70c4ebbe9beb Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Sun, 9 Oct 2011 09:44:43 +0800 Subject: [PATCH] Add a missing space in smtpmail-send-data http://debbugs.gnu.org/9701 --- lisp/ChangeLog | 5 +++++ lisp/mail/smtpmail.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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))) -- 2.39.2