summaryrefslogtreecommitdiff
path: root/lisp/paths.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/paths.el')
-rw-r--r--lisp/paths.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/paths.el b/lisp/paths.el
index c5cb50a496d..dfa7e510b29 100644
--- a/lisp/paths.el
+++ b/lisp/paths.el
@@ -153,7 +153,7 @@ The `ORGANIZATION' environment variable is used instead if defined.")
;; Many GNU/Linux systems use this name.
((file-exists-p "/var/spool/mail")
"/var/spool/mail/")
- ((memq system-type '(dgux hpux usg-unix-v unisoft-unix rtu irix))
+ ((memq system-type '(hpux usg-unix-v unisoft-unix irix))
"/usr/mail/")
(t "/usr/spool/mail/"))
"Name of directory used by system mailer for delivering new mail.