Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Thu, 15 May 1997 21:19:48 +0000 (21:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 15 May 1997 21:19:48 +0000 (21:19 +0000)
lisp/mail/rmail.el

index 765160e..6f8353d 100644 (file)
@@ -173,9 +173,9 @@ and the value of the environment variable MAIL overrides it)."
   ;; 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)