file-attributes has a new optional arg FOLLOW-SYMLINKS.
commitde238f6aa69960de678bb4b76a57e3f1e3c2b711
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 30 Sep 2012 21:12:04 +0000 (30 14:12 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 30 Sep 2012 21:12:04 +0000 (30 14:12 -0700)
tree420b66686538c6f3fccd0bae3d62514bc85fc784
parent9997b8ce32baa4e58b6bf884110386ae6d08657a
file-attributes has a new optional arg FOLLOW-SYMLINKS.

* doc/lispref/files.texi (File Attributes): Describe it.
(Magic File Names): Use it.
* etc/NEWS: Document the change.
* lisp/files.el (remote-file-name-inhibit-cache):
* lisp/time.el (display-time-file-nonempty-p): Use it.
* lisp/files.el (after-find-file): Don't chase links before calling
file-exists-p, as file-exists-p already does the right thing.
* src/dired.c (directory_files_internal, Ffile_attributes):
New arg follow_symlinks.  All uses changed.
doc/lispref/ChangeLog
doc/lispref/files.texi
etc/ChangeLog
etc/NEWS
lisp/ChangeLog
lisp/files.el
lisp/time.el
src/ChangeLog
src/dired.c
src/lisp.h
src/sysdep.c