[gnus git] branch master updated: n0-17-20-gcb84751 =1= proto-stream.el (gnutls-negotiate): Fix declarations.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via cb84751f9627a82a3b17e5b9edfdbac9e65a573a (commit)
from fe79a9fd0767ca6120ed2119cf36189c85f39dad (commit)
- Log -----------------------------------------------------------------
commit cb84751f9627a82a3b17e5b9edfdbac9e65a573a
Author: Glenn Morris <[email protected]>
Date: Thu May 5 12:12:24 2011 +0000
proto-stream.el (gnutls-negotiate): Fix declarations.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d3b79da..d83a052 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2011-05-05 Glenn Morris <[email protected]>
+ * proto-stream.el (gnutls-negotiate): Fix declarations.
+
* gnus-start.el (gnus-propagate-marks): Declare.
2011-05-04 Teodor Zlatanov <[email protected]>
diff --git a/lisp/proto-stream.el b/lisp/proto-stream.el
index 417e070..11eecf4 100644
--- a/lisp/proto-stream.el
+++ b/lisp/proto-stream.el
@@ -51,7 +51,7 @@
(require 'tls)
(require 'starttls)
-(declare-function gnutls-negotiate "gnutls" (&rest spec))
+(declare-function gnutls-negotiate "gnutls" t t) ; defun*
;;;###autoload
(defun open-protocol-stream (name buffer host service &rest parameters)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 2 ++
lisp/proto-stream.el | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project