# HG changeset patch # User Richard M. Stallman # Date 756617206 0 # Node ID c9578602cc6144a7d65a5e8a7e391a6b739a3dbe # Parent c2a5a99d89e876e6c39f65933031f9d26bcd0e80 (rmail-spool-directory): Use dgux, not dgux-unix. diff -r c2a5a99d89e8 -r c9578602cc61 lisp/paths.el --- a/lisp/paths.el Thu Dec 23 03:25:40 1993 +0000 +++ b/lisp/paths.el Thu Dec 23 03:26:46 1993 +0000 @@ -100,8 +100,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)) + (cond ((memq system-type '(dgux hpux usg-unix-v unisoft-unix rtu irix)) "/usr/mail/") ((eq system-type 'netbsd) "/var/mail/")