summaryrefslogtreecommitdiff
path: root/lisp/net/gnutls.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2016-02-14 15:08:40 +1100
committerLars Ingebrigtsen <larsi@gnus.org>2016-02-14 15:08:40 +1100
commit598ff2349eb8e3c9fc3a17d14899abe6a1e3c534 (patch)
tree49c59111b5c01395f1684adf031d56ca3b38575f /lisp/net/gnutls.el
parent920414f2417afbbb37bb38b91ebd8792fb1929cb (diff)
downloademacs-598ff2349eb8e3c9fc3a17d14899abe6a1e3c534.tar.gz
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.
Diffstat (limited to 'lisp/net/gnutls.el')
-rw-r--r--lisp/net/gnutls.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/gnutls.el b/lisp/net/gnutls.el
index ce44c032231..904cb313874 100644
--- a/lisp/net/gnutls.el
+++ b/lisp/net/gnutls.el
@@ -26,7 +26,7 @@
;; This package provides language bindings for the GnuTLS library
;; using the corresponding core functions in gnutls.c. It should NOT
-;; be used directly, only through open-protocol-stream.
+;; be used directly, only through open-network-stream.
;; Simple test:
;;