1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Change defcustom :version from 23.0 to 23.1.

This commit is contained in:
Glenn Morris 2008-02-29 04:03:49 +00:00
parent ab74c815cf
commit 330f707bed
20 changed files with 47 additions and 47 deletions

View file

@ -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)