emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/paths.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/paths.el,v
Date: Sun, 06 Jan 2008 00:57:02 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/01/06 00:56:56

Index: lisp/paths.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/paths.el,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -b -r1.77 -r1.78
--- lisp/paths.el       26 Jul 2007 05:26:30 -0000      1.77
+++ lisp/paths.el       6 Jan 2008 00:56:50 -0000       1.78
@@ -153,7 +153,7 @@
        ;; Many GNU/Linux systems use this name.
        ((file-exists-p "/var/spool/mail")
         "/var/spool/mail/")
-       ((memq system-type '(dgux hpux usg-unix-v unisoft-unix rtu irix))
+       ((memq system-type '(hpux usg-unix-v unisoft-unix irix))
         "/usr/mail/")
        (t "/usr/spool/mail/"))
   "Name of directory used by system mailer for delivering new mail.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]