aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-12-23 03:26:46 +0000
committerRichard M. Stallman1993-12-23 03:26:46 +0000
commit724ecf95f256bf807154ea85d5103ec45c032861 (patch)
tree8559e089f13b7a6c57317f0056e2959ad098b128
parent857ff384c0ede66ea0f14537cbf6ae7ed41d48df (diff)
downloademacs-724ecf95f256bf807154ea85d5103ec45c032861.tar.gz
emacs-724ecf95f256bf807154ea85d5103ec45c032861.zip
(rmail-spool-directory): Use dgux, not dgux-unix.
-rw-r--r--lisp/paths.el3
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.")
100Will use `gnus-startup-file'-SERVER instead if exists.") 100Will 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 hpux usg-unix-v unisoft-unix rtu irix))
104 irix))
105 "/usr/mail/") 104 "/usr/mail/")
106 ((eq system-type 'netbsd) 105 ((eq system-type 'netbsd)
107 "/var/mail/") 106 "/var/mail/")