Mercurial > emacs
changeset 5276:c9578602cc61
(rmail-spool-directory): Use dgux, not dgux-unix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 23 Dec 1993 03:26:46 +0000 |
parents | c2a5a99d89e8 |
children | 9e91acab81e9 |
files | lisp/paths.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/paths.el Thu Dec 23 03:25:40 1993 +0000 +++ b/lisp/paths.el Thu Dec 23 03:26:46 1993 +0000 @@ -100,8 +100,7 @@ Will use `gnus-startup-file'-SERVER instead if exists.") (defconst rmail-spool-directory - (cond ((memq system-type '(dgux-unix hpux usg-unix-v unisoft-unix rtu - irix)) + (cond ((memq system-type '(dgux hpux usg-unix-v unisoft-unix rtu irix)) "/usr/mail/") ((eq system-type 'netbsd) "/var/mail/")