changeset 7148:979a0246101e

Get the file's truename in case it is a link.
author Richard M. Stallman <rms@gnu.org>
date Thu, 28 Apr 1994 03:01:49 +0000
parents f5880d940db8
children b505aca567e0
files lisp/mail/blessmail.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/blessmail.el	Thu Apr 28 02:42:43 1994 +0000
+++ b/lisp/mail/blessmail.el	Thu Apr 28 03:01:49 1994 +0000
@@ -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