comparison lisp/paths.el @ 5002:a2d961cb63b0

(rmail-spool-directory): Check for irix, not silicon-graphic-unix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 14 Nov 1993 00:06:01 +0000
parents 4d3426d8b92a
children c9578602cc61
comparison
equal deleted inserted replaced
5001:f3a55af8f584 5002:a2d961cb63b0
99 "The file listing groups to which user is subscribed. 99 "The file listing groups to which user is subscribed.
100 Will use `gnus-startup-file'-SERVER instead if exists.") 100 Will 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-unix hpux usg-unix-v unisoft-unix rtu
104 irix silicon-graphics-unix)) 104 irix))
105 "/usr/mail/") 105 "/usr/mail/")
106 ((eq system-type 'netbsd) 106 ((eq system-type 'netbsd)
107 "/var/mail/") 107 "/var/mail/")
108 (t "/usr/spool/mail/")) 108 (t "/usr/spool/mail/"))
109 "Name of directory used by system mailer for delivering new mail. 109 "Name of directory used by system mailer for delivering new mail.