diff lisp/gnus/pop3.el @ 92336:5f827896103e

Change defcustom :version from 23.0 to 23.1.
author Glenn Morris <rgm@gnu.org>
date Fri, 29 Feb 2008 04:03:49 +0000
parents 107ccd98fa12
children 1e3a407766b9
line wrap: on
line diff
--- a/lisp/gnus/pop3.el	Fri Feb 29 04:03:16 2008 +0000
+++ b/lisp/gnus/pop3.el	Fri Feb 29 04:03:49 2008 +0000
@@ -213,7 +213,7 @@
 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)