diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-12-23 03:26:46 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-12-23 03:26:46 +0000 |
commit | 724ecf95f256bf807154ea85d5103ec45c032861 (patch) | |
tree | 8559e089f13b7a6c57317f0056e2959ad098b128 /lisp/paths.el | |
parent | 857ff384c0ede66ea0f14537cbf6ae7ed41d48df (diff) | |
download | emacs-724ecf95f256bf807154ea85d5103ec45c032861.tar.gz |
(rmail-spool-directory): Use dgux, not dgux-unix.
Diffstat (limited to 'lisp/paths.el')
-rw-r--r-- | lisp/paths.el | 3 |
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.") 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/") |