(starttls-open-stream): Add autoload cookie.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 24 Sep 2010 16:08:12 +0000 (18:08 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 24 Sep 2010 16:08:12 +0000 (18:08 +0200)
lisp/ChangeLog
lisp/starttls.el

index 76c23a3..fc00cc9 100644 (file)
@@ -1,3 +1,7 @@
+2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * starttls.el: (starttls-open-stream): Add autoload cookie.
+
 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
 
        * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
index bf1982f..a4d33b8 100644 (file)
@@ -269,6 +269,7 @@ handshake, or nil on failure."
             host port (if done "done" "failed"))
     process))
 
+;;;###autoload
 (defun starttls-open-stream (name buffer host port)
   "Open a TLS connection for a port to a host.
 Returns a subprocess object to represent the connection.