diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-11-14 00:06:01 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-11-14 00:06:01 +0000 |
commit | 28195f97018db1a686981f95d13b06b7fe10ae14 (patch) | |
tree | e0208a6ba7d8ef50f0d1c9382180b2a8c8baf4d3 /lisp/paths.el | |
parent | 3ac14ca02a562b2489356d8b34b261ac36fd4068 (diff) | |
download | emacs-28195f97018db1a686981f95d13b06b7fe10ae14.tar.gz |
(rmail-spool-directory): Check for irix, not silicon-graphic-unix.
Diffstat (limited to 'lisp/paths.el')
-rw-r--r-- | lisp/paths.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/paths.el b/lisp/paths.el index 8eef77c3da8..72e2e685907 100644 --- a/lisp/paths.el +++ b/lisp/paths.el @@ -101,7 +101,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 silicon-graphics-unix)) + irix)) "/usr/mail/") ((eq system-type 'netbsd) "/var/mail/") |