From: Erik Naggum Date: Fri, 22 Dec 1995 12:13:30 +0000 (+0000) Subject: (rmail-spool-directory): Append slash to all pathnames. X-Git-Tag: emacs-19.34~2043 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c7de13da485e91302bd27470a4a9f5013feb3d9f;p=emacs.git (rmail-spool-directory): Append slash to all pathnames. --- diff --git a/lisp/paths.el b/lisp/paths.el index f4516d37a61..7bdd8ca712b 100644 --- a/lisp/paths.el +++ b/lisp/paths.el @@ -103,7 +103,7 @@ Will use `gnus-startup-file'-SERVER instead if exists.") "/var/mail/") ;; Many GNU/Linux systems use this name. ((file-exists-p "/var/spool/mail") - "/var/spool/mail") + "/var/spool/mail/") ((memq system-type '(dgux hpux usg-unix-v unisoft-unix rtu irix)) "/usr/mail/") (t "/usr/spool/mail/"))