diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-09-30 14:12:04 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-09-30 14:12:04 -0700 |
commit | e7a2937b11bffc9ac24936e9f46201ce2abf38cc (patch) | |
tree | 93dcf60d3f9136ef291a68e76d793a5feb50f3d6 /etc/ChangeLog | |
parent | b9ab1b1f1c8f85fb624b9f170f4adf7f764d248b (diff) | |
download | emacs-e7a2937b11bffc9ac24936e9f46201ce2abf38cc.tar.gz |
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.
Diffstat (limited to 'etc/ChangeLog')
-rw-r--r-- | etc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 099d7ca044f..0cd21f53a41 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,8 @@ +2012-09-30 Paul Eggert <eggert@cs.ucla.edu> + + file-attributes has a new optional arg FOLLOW-SYMLINKS. + * NEWS: Document the change. + 2012-09-30 Jan Djärv <jan.h.d@swipnet.se> * NEWS: The NS port supports fullscreen. |