1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(open-tls-stream): Properly handle case where there is no associated

buffer.
This commit is contained in:
Chong Yidong 2007-04-07 03:52:21 +00:00
parent 6ff11588f0
commit 08b53f0537

View file

@ -142,6 +142,7 @@ Fourth arg PORT is an integer specifying a port to connect to."
response)
(while (and process
(memq (process-status process) '(open run))
buffer
(save-excursion
(set-buffer buffer) ;; XXX "blue moon" nntp.el bug
(goto-char (point-min))