From: Richard M. Stallman Date: Thu, 28 Apr 1994 03:01:49 +0000 (+0000) Subject: Get the file's truename in case it is a link. X-Git-Tag: emacs-19.34~8705 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6875cf75e59086ca87d1d67c01fe2bf1da3cded1;p=emacs.git Get the file's truename in case it is a link. --- 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