comparison lisp/gnus/mail-source.el @ 88045:949936fe51a9

Merge from gnus--devo--0 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1016
author Miles Bader <miles@gnu.org>
date Mon, 28 Jan 2008 03:51:31 +0000
parents 107ccd98fa12
children c70e45a7acfd 773ae07da318
comparison
equal deleted inserted replaced
88044:215c19bb6020 88045:949936fe51a9
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"
76 :value (file) 76 :value (file)
77 (cons :tag "Group parameter `mail-source'"
78 (const :format "" group))
77 (cons :tag "Spool file" 79 (cons :tag "Spool file"
78 (const :format "" file) 80 (const :format "" file)
79 (checklist :tag "Options" :greedy t 81 (checklist :tag "Options" :greedy t
80 (group :inline t 82 (group :inline t
81 (const :format "" :value :path) 83 (const :format "" :value :path)