]> git.eshelyaron.com Git - emacs.git/commitdiff
Get the file's truename in case it is a link.
authorRichard M. Stallman <rms@gnu.org>
Thu, 28 Apr 1994 03:01:49 +0000 (03:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 28 Apr 1994 03:01:49 +0000 (03:01 +0000)
lisp/mail/blessmail.el

index 2dcb2071ad93e7f2e9c9e58402e2b4777723635e..25c888c6ecf85228ecc85b7b38c8cd6e1dec6536 100644 (file)
@@ -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