mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
parent
0812589b05
commit
112a65928f
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue