1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Get the file's truename in case it is a link.

This commit is contained in:
Richard M. Stallman 1994-04-28 03:01:49 +00:00
parent a6115fe24c
commit 6875cf75e5

View 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