aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/paths.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/paths.el b/lisp/paths.el
index f4516d37a61..7bdd8ca712b 100644
--- a/lisp/paths.el
+++ b/lisp/paths.el
@@ -103,7 +103,7 @@ Will use `gnus-startup-file'-SERVER instead if exists.")
103 "/var/mail/") 103 "/var/mail/")
104 ;; Many GNU/Linux systems use this name. 104 ;; Many GNU/Linux systems use this name.
105 ((file-exists-p "/var/spool/mail") 105 ((file-exists-p "/var/spool/mail")
106 "/var/spool/mail") 106 "/var/spool/mail/")
107 ((memq system-type '(dgux hpux usg-unix-v unisoft-unix rtu irix)) 107 ((memq system-type '(dgux hpux usg-unix-v unisoft-unix rtu irix))
108 "/usr/mail/") 108 "/usr/mail/")
109 (t "/usr/spool/mail/")) 109 (t "/usr/spool/mail/"))