diff options
| author | Richard M. Stallman | 1993-11-14 00:06:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-11-14 00:06:01 +0000 |
| commit | 28195f97018db1a686981f95d13b06b7fe10ae14 (patch) | |
| tree | e0208a6ba7d8ef50f0d1c9382180b2a8c8baf4d3 | |
| parent | 3ac14ca02a562b2489356d8b34b261ac36fd4068 (diff) | |
| download | emacs-28195f97018db1a686981f95d13b06b7fe10ae14.tar.gz emacs-28195f97018db1a686981f95d13b06b7fe10ae14.zip | |
(rmail-spool-directory): Check for irix, not silicon-graphic-unix.
| -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.") | |||
| 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/") |