From 6875cf75e59086ca87d1d67c01fe2bf1da3cded1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 28 Apr 1994 03:01:49 +0000 Subject: Get the file's truename in case it is a link. --- lisp/mail/blessmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/mail/blessmail.el') diff --git a/lisp/mail/blessmail.el b/lisp/mail/blessmail.el index 2dcb2071ad9..25c888c6ecf 100644 --- a/lisp/mail/blessmail.el +++ b/lisp/mail/blessmail.el @@ -36,7 +36,7 @@ (load "paths.el") (load "site-init" t) -(let ((attr (file-attributes rmail-spool-directory)) +(let ((attr (file-attributes (file-truename rmail-spool-directory))) modes) (or (eq t (car attr)) (signal 'error -- cgit v1.2.3