(open-protocol-stream): Renamed from open-proto-stream.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 28 Nov 2010 01:52:28 +0000 (02:52 +0100)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 28 Nov 2010 01:52:28 +0000 (02:52 +0100)
lisp/ChangeLog
lisp/nnimap.el
lisp/nntp.el
lisp/proto-stream.el

index 83b4297..102b5b5 100644 (file)
@@ -1,3 +1,8 @@
+2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * proto-stream.el (open-protocol-stream): Renamed from
+       open-proto-stream.
+
 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * nnimap.el (nnimap-stream): Change default to `undecided'.
index 47d222d..4bdf96b 100644 (file)
@@ -349,7 +349,7 @@ textual parts.")
       (when nnimap-server-port
        (push (format "%s" nnimap-server-port) ports))
       (destructuring-bind (stream greeting capabilities)
-         (open-proto-stream
+         (open-protocol-stream
           "*nnimap*" (current-buffer) nnimap-address (car (last ports))
           :type nnimap-stream
           :shell-command nnimap-shell-program
index 098dff6..a90b171 100644 (file)
@@ -1269,7 +1269,7 @@ password contained in '~/.nntp-authinfo'."
                           (nntp-open-ssl-stream tls)
                           (nntp-open-tls-stream tls))))
                (if (assoc nntp-open-connection-function map)
-                   (car (open-proto-stream
+                   (car (open-protocol-stream
                          "nntpd" pbuffer nntp-address nntp-port-number
                          :type (cadr
                                 (assoc nntp-open-connection-function map))
index da6cab9..b50e4bc 100644 (file)
@@ -36,7 +36,7 @@
 
 ;; Usage example:
 
-;; (open-proto-stream
+;; (open-protocol-stream
 ;;  "*nnimap*" buffer address port
 ;;  :type 'network
 ;;  :capability-command "1 CAPABILITY\r\n"
@@ -64,7 +64,7 @@
                  (proc type &optional priority-string trustfiles keyfiles))
 
 ;;;###autoload
-(defun open-proto-stream (name buffer host service &rest parameters)
+(defun open-protocol-stream (name buffer host service &rest parameters)
   "Open a network stream to HOST.
 The first four parameters have the same meaning as in
 `open-network-stream'.  The function returns a list where the