diff options
author | Glenn Morris <rgm@gnu.org> | 2008-02-29 04:03:49 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-02-29 04:03:49 +0000 |
commit | 330f707bedf7e7f3f8fdcd7012d0eca4febe2894 (patch) | |
tree | 1a31abcb4283f6e44d046b2fed24d72059230944 /lisp/gnus/pop3.el | |
parent | ab74c815cf07381aeff3d3803e163b61e9406874 (diff) | |
download | emacs-330f707bedf7e7f3f8fdcd7012d0eca4febe2894.tar.gz |
Change defcustom :version from 23.0 to 23.1.
Diffstat (limited to 'lisp/gnus/pop3.el')
-rw-r--r-- | lisp/gnus/pop3.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/pop3.el b/lisp/gnus/pop3.el index f78c8398e23..ad442cfced9 100644 --- a/lisp/gnus/pop3.el +++ b/lisp/gnus/pop3.el @@ -213,7 +213,7 @@ SSL/TSL-secured stream) or `starttls' (use the starttls mechanism to turn on TLS security after opening the stream). However, if this is nil, `ssl' is assumed for connexions to port 995 (pop3s)." - :version "23.0" ;; No Gnus + :version "23.1" ;; No Gnus :group 'pop3 :type '(choice (const :tag "Plain" nil) (const :tag "SSL/TLS" ssl) |