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:
parent
6ff11588f0
commit
08b53f0537
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue