diff lisp/paths.el @ 13817:ec73462ad90c

(rmail-spool-directory): Append slash to all pathnames.
author Erik Naggum <erik@naggum.no>
date Fri, 22 Dec 1995 12:13:30 +0000
parents 640ac6d840c1
children 287e0b91a675
line wrap: on
line diff
--- a/lisp/paths.el	Thu Dec 21 19:02:46 1995 +0000
+++ b/lisp/paths.el	Fri Dec 22 12:13:30 1995 +0000
@@ -103,7 +103,7 @@
 	 "/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/"))