[gnus git] branch master updated: n0-17-6-gc303783 =1= It's `tls', not :tls.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via c303783fd792c8664e203a87345fe79f98315560 (commit)
from 94e8dd619fda405840c02d807a2c5e978e34a602 (commit)
- Log -----------------------------------------------------------------
commit c303783fd792c8664e203a87345fe79f98315560
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Mon May 2 03:22:00 2011 +0200
It's `tls', not :tls.
diff --git a/lisp/pop3.el b/lisp/pop3.el
index 96b2ae1..6f12d3d 100644
--- a/lisp/pop3.el
+++ b/lisp/pop3.el
@@ -302,7 +302,7 @@ Returns the process associated with the connection."
((or (eq pop3-stream-type 'ssl)
(and (not pop3-stream-type)
(member port '(995 "pop3s"))))
- :tls)
+ 'tls)
(t
(or pop3-stream-type 'network)))
:capability-command "CAPA\r\n"
-----------------------------------------------------------------------
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/pop3.el | 2 +-
1 files changed, 1 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