mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-27 10:54:40 +00:00
(smtpmail-read-response): Goto smtpmail-read-point
This commit is contained in:
parent
b21dc7615e
commit
c8d16dbd12
@ -345,8 +345,8 @@ don't define this value.")
|
||||
; (setq response-continue t)
|
||||
; (setq return-value '(nil ""))
|
||||
|
||||
(goto-char smtpmail-read-point)
|
||||
(while response-continue
|
||||
(goto-char smtpmail-read-point)
|
||||
(while (not (search-forward "\r\n" nil t))
|
||||
(accept-process-output process)
|
||||
(goto-char smtpmail-read-point))
|
||||
|
Loading…
Reference in New Issue
Block a user