http://debbugs.gnu.org/9701
+2011-10-09 Leo Liu <sdl.web@gmail.com>
+
+ * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
+ (Bug#9701)
+
2011-10-08 Glenn Morris <rgm@gnu.org>
* progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
(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)))