aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/paths.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/paths.el b/lisp/paths.el
index 72e2e685907..d3902816241 100644
--- a/lisp/paths.el
+++ b/lisp/paths.el
@@ -100,8 +100,7 @@ The `ORGANIZATION' environment variable is used instead if defined.")
100Will use `gnus-startup-file'-SERVER instead if exists.") 100Will use `gnus-startup-file'-SERVER instead if exists.")
101 101
102(defconst rmail-spool-directory 102(defconst rmail-spool-directory
103 (cond ((memq system-type '(dgux-unix hpux usg-unix-v unisoft-unix rtu 103 (cond ((memq system-type '(dgux hpux usg-unix-v unisoft-unix rtu irix))
104 irix))
105 "/usr/mail/") 104 "/usr/mail/")
106 ((eq system-type 'netbsd) 105 ((eq system-type 'netbsd)
107 "/var/mail/") 106 "/var/mail/")