From 724ecf95f256bf807154ea85d5103ec45c032861 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 23 Dec 1993 03:26:46 +0000 Subject: [PATCH] (rmail-spool-directory): Use dgux, not dgux-unix. --- lisp/paths.el | 3 +-- 1 file changed, 1 insertion(+), 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/") -- 2.39.5