Mercurial > emacs
changeset 17822:aa58af737877
Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 15 May 1997 21:19:48 +0000 |
parents | c0422adc1b0e |
children | 2f313f045caa |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Thu May 15 20:17:08 1997 +0000 +++ b/lisp/mail/rmail.el Thu May 15 21:19:48 1997 +0000 @@ -173,9 +173,9 @@ ;; 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 (or (getenv "MAIL") + (concat "/var/spool/mail/" + (getenv "USER"))) 'file)) :group 'rmail-retrieve :group 'rmail-files)