]> code.delx.au - gnu-emacs/commit
file-attributes has a new optional arg FOLLOW-SYMLINKS.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 30 Sep 2012 21:12:04 +0000 (14:12 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 30 Sep 2012 21:12:04 +0000 (14:12 -0700)
commite7a2937b11bffc9ac24936e9f46201ce2abf38cc
tree93dcf60d3f9136ef291a68e76d793a5feb50f3d6
parentb9ab1b1f1c8f85fb624b9f170f4adf7f764d248b
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