diff lisp/paths.el @ 5276:c9578602cc61

(rmail-spool-directory): Use dgux, not dgux-unix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 23 Dec 1993 03:26:46 +0000
parents a2d961cb63b0
children a38c30848cbe
line wrap: on
line diff
--- 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/")