value in the `repeat' alternative a list.
;; Don't use backquote here, because we don't want to need it
;; at load time.
:type (list 'choice '(const :tag "Default" nil)
- (list 'repeat ':value (or (getenv "MAIL")
- (concat "/var/spool/mail/"
- (getenv "USER")))
+ (list 'repeat ':value (list (or (getenv "MAIL")
+ (concat "/var/spool/mail/"
+ (getenv "USER"))))
'file))
:group 'rmail-retrieve
:group 'rmail-files)