]> git.eshelyaron.com Git - emacs.git/commitdiff
Add a missing space in smtpmail-send-data
authorLeo Liu <sdl.web@gmail.com>
Sun, 9 Oct 2011 01:44:43 +0000 (09:44 +0800)
committerLeo Liu <sdl.web@gmail.com>
Sun, 9 Oct 2011 01:44:43 +0000 (09:44 +0800)
http://debbugs.gnu.org/9701

lisp/ChangeLog
lisp/mail/smtpmail.el

index 1b3c22e8c73fac32d5d40c185c7f2e16fcf006c9..ca38b3729246ce5b37e13f097d9ccc0a7fb6aa86 100644 (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
index edcc82011afbf2f343b9f83f54500a6629dddfe9..026b03e350fc79114bde3d93621299947a9b1fcb 100644 (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)))