summaryrefslogtreecommitdiff
path: root/lisp/gnus
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>2011-05-02 01:45:17 +0000
committerKatsumi Yamaoka <yamaoka@jpl.org>2011-05-02 01:45:17 +0000
commit817bcc7cb0dbc976aa3e7bc2c3940bb54784869e (patch)
tree6e2f92cd4e698b569f30591b4aa8d759046f815c /lisp/gnus
parent2193f991eb15639e9edf8a484245f7fe7356f165 (diff)
downloademacs-817bcc7cb0dbc976aa3e7bc2c3940bb54784869e.tar.gz
emacs-817bcc7cb0dbc976aa3e7bc2c3940bb54784869e.tar.bz2
emacs-817bcc7cb0dbc976aa3e7bc2c3940bb54784869e.zip
pop3.el (pop3-open-server): Fix It's `tls', not :tls.
Diffstat (limited to 'lisp/gnus')
-rw-r--r--lisp/gnus/pop3.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/pop3.el b/lisp/gnus/pop3.el
index 96b2ae17a5a..6f12d3d63e1 100644
--- a/lisp/gnus/pop3.el
+++ b/lisp/gnus/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"