diff options
| -rw-r--r-- | lisp/mail/smtpmail.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el index 78688d170cc..e30c69f2441 100644 --- a/lisp/mail/smtpmail.el +++ b/lisp/mail/smtpmail.el | |||
| @@ -1057,8 +1057,8 @@ Returns an error if the server cannot be contacted." | |||
| 1057 | (while data-continue | 1057 | (while data-continue |
| 1058 | (with-current-buffer buffer | 1058 | (with-current-buffer buffer |
| 1059 | (progress-reporter-update pr (point)) | 1059 | (progress-reporter-update pr (point)) |
| 1060 | (setq sending-data (buffer-substring (line-beginning-position) | 1060 | (setq sending-data (buffer-substring-no-properties (line-beginning-position) |
| 1061 | (line-end-position))) | 1061 | (line-end-position))) |
| 1062 | (end-of-line 2) | 1062 | (end-of-line 2) |
| 1063 | (setq data-continue (not (eobp)))) | 1063 | (setq data-continue (not (eobp)))) |
| 1064 | (smtpmail-send-data-1 process sending-data)) | 1064 | (smtpmail-send-data-1 process sending-data)) |