Mercurial > emacs
changeset 8138:f7f20bbe4ca7
(rmail-spool-directory): Use /var/mail for bsd386.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 05 Jul 1994 04:06:00 +0000 |
parents | a0746604e843 |
children | 4985198f65a1 |
files | lisp/paths.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/paths.el Mon Jul 04 23:24:46 1994 +0000 +++ b/lisp/paths.el Tue Jul 05 04:06:00 1994 +0000 @@ -97,6 +97,10 @@ ((and (string-match "^[^-]+-[^-]+-sysv4" system-configuration) (file-exists-p "/var/mail")) "/var/mail/") + ;; BSD386 is said to use /var/mail. + ((and (string-match "^[^-]+-[^-]+-bsd386" system-configuration) + (file-exists-p "/var/mail")) + "/var/mail/") ((memq system-type '(dgux hpux usg-unix-v unisoft-unix rtu irix)) "/usr/mail/") ((eq system-type 'netbsd)