diff options
| -rw-r--r-- | lisp/net/tls.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/tls.el b/lisp/net/tls.el index 9de74ca19d4..ee093571dec 100644 --- a/lisp/net/tls.el +++ b/lisp/net/tls.el | |||
| @@ -142,6 +142,7 @@ Fourth arg PORT is an integer specifying a port to connect to." | |||
| 142 | response) | 142 | response) |
| 143 | (while (and process | 143 | (while (and process |
| 144 | (memq (process-status process) '(open run)) | 144 | (memq (process-status process) '(open run)) |
| 145 | buffer | ||
| 145 | (save-excursion | 146 | (save-excursion |
| 146 | (set-buffer buffer) ;; XXX "blue moon" nntp.el bug | 147 | (set-buffer buffer) ;; XXX "blue moon" nntp.el bug |
| 147 | (goto-char (point-min)) | 148 | (goto-char (point-min)) |