mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Use open-network-stream instead of open-protocol-stream
* lisp/gnus/nnimap.el: Use open-network-stream instead of open-protocol-stream. * lisp/gnus/nntp.el: Ditto. * lisp/gnus/pop3.el: Ditto. * lisp/gnus/sieve-manage.el: Ditto. * lisp/net/network-stream.el (open-protocol-stream): Make obsolete.
This commit is contained in:
parent
920414f241
commit
598ff2349e
6 changed files with 7 additions and 24 deletions
|
|
@ -195,6 +195,8 @@ asynchronously, if possible."
|
|||
|
||||
;;;###autoload
|
||||
(defalias 'open-protocol-stream 'open-network-stream)
|
||||
(define-obsolete-function-alias 'open-protocol-stream 'open-network-stream
|
||||
"25.2")
|
||||
|
||||
(defun network-stream-open-plain (name buffer host service parameters)
|
||||
(let ((start (with-current-buffer buffer (point)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue