[gnus git] branch master updated: m0-3-155-g849a60a =1= tls.el (open-tls-stream): Remove unused binding
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 849a60a1e05de1a0526e32bcf8657c97df5aeec5 (commit)
from 8c7685ebad5b6b9cb89a3029c11c21991b81b6b5 (commit)
- Log -----------------------------------------------------------------
commit 849a60a1e05de1a0526e32bcf8657c97df5aeec5
Author: Juanma Barranquero <[email protected]>
Date: Thu Apr 19 22:20:01 2012 +0000
tls.el (open-tls-stream): Remove unused binding
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 30d04c5..cf92175 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-19 Juanma Barranquero <[email protected]>
+
+ * tls.el (open-tls-stream): Remove unused binding.
+
2012-04-16 Glenn Morris <[email protected]>
* nndraft.el (nndraft-request-list): Fix declaration.
diff --git a/lisp/tls.el b/lisp/tls.el
index d232095..75d178e 100644
--- a/lisp/tls.el
+++ b/lisp/tls.el
@@ -231,8 +231,7 @@ Fourth arg PORT is an integer specifying a port to connect to."
?h host
?p (if (integerp port)
(int-to-string port)
- port))))
- response)
+ port)))))
(message "Opening TLS connection with `%s'..." formatted-cmd)
(setq process (start-process
name buffer shell-file-name shell-command-switch
-----------------------------------------------------------------------
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 | 4 ++++
lisp/tls.el | 3 +--
2 files changed, 5 insertions(+), 2 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