comparison lisp/gnus/mail-source.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 773ae07da318
children 59b897c894c7
comparison
equal deleted inserted replaced
92335:d3529b2790c9 92336:5f827896103e
65 (defcustom mail-sources '((file)) 65 (defcustom mail-sources '((file))
66 "Where the mail backends will look for incoming mail. 66 "Where the mail backends will look for incoming mail.
67 This variable is a list of mail source specifiers. 67 This variable is a list of mail source specifiers.
68 See Info node `(gnus)Mail Source Specifiers'." 68 See Info node `(gnus)Mail Source Specifiers'."
69 :group 'mail-source 69 :group 'mail-source
70 :version "23.0" ;; No Gnus 70 :version "23.1" ;; No Gnus
71 :link '(custom-manual "(gnus)Mail Source Specifiers") 71 :link '(custom-manual "(gnus)Mail Source Specifiers")
72 :type `(choice 72 :type `(choice
73 (const :tag "None" nil) 73 (const :tag "None" nil)
74 (repeat :tag "List" 74 (repeat :tag "List"
75 (choice :format "%[Value Menu%] %v" 75 (choice :format "%[Value Menu%] %v"