emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106036: Add a missing space in smtpm


From: Leo Liu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106036: Add a missing space in smtpmail-send-data
Date: Sun, 09 Oct 2011 09:44:43 +0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106036
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Sun 2011-10-09 09:44:43 +0800
message:
  Add a missing space in smtpmail-send-data
  
  http://debbugs.gnu.org/9701
modified:
  lisp/ChangeLog
  lisp/mail/smtpmail.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-10-08 21:52:08 +0000
+++ b/lisp/ChangeLog    2011-10-09 01:44:43 +0000
@@ -1,3 +1,8 @@
+2011-10-09  Leo Liu  <address@hidden>
+
+       * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
+       (Bug#9701)
+
 2011-10-08  Glenn Morris  <address@hidden>
 
        * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines

=== modified file 'lisp/mail/smtpmail.el'
--- a/lisp/mail/smtpmail.el     2011-09-27 17:45:18 +0000
+++ b/lisp/mail/smtpmail.el     2011-10-09 01:44:43 +0000
@@ -924,7 +924,7 @@
 (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)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]