1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

Add a missing space in smtpmail-send-data

http://debbugs.gnu.org/9701
This commit is contained in:
Leo Liu 2011-10-09 09:44:43 +08:00
parent 0812589b05
commit 112a65928f
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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

View file

@ -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)))