diff options
| author | Paul Eggert | 2012-09-30 19:07:14 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-09-30 19:07:14 -0700 |
| commit | 86ec63ba3057ac5b3b760ebbdd547ff6d455cb65 (patch) | |
| tree | 4d51b01424790cd9f2d3369f12792f4d076e80e6 /etc | |
| parent | 19e54a4d41c41edea579287b3a0423d4ff361d34 (diff) | |
| download | emacs-86ec63ba3057ac5b3b760ebbdd547ff6d455cb65.tar.gz emacs-86ec63ba3057ac5b3b760ebbdd547ff6d455cb65.zip | |
Revert the FOLLOW-SYMLINKS change for file-attributes.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/NEWS | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 0cd21f53a41..d8cb96e0f5e 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-10-01 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Revert the FOLLOW-SYMLINKS change for file-attributes. | ||
| 4 | * NEWS: Undo last change. | ||
| 5 | |||
| 1 | 2012-09-30 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2012-09-30 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | file-attributes has a new optional arg FOLLOW-SYMLINKS. | 8 | file-attributes has a new optional arg FOLLOW-SYMLINKS. |
| @@ -807,11 +807,6 @@ The PSECS slot is new, and uses picosecond resolution. It can be | |||
| 807 | accessed via the new timer--psecs accessor. | 807 | accessed via the new timer--psecs accessor. |
| 808 | 808 | ||
| 809 | +++ | 809 | +++ |
| 810 | ** file-attributes has a new optional argument FOLLOW-SYMLINKS | ||
| 811 | that says whether to follow symbolic links. The default, as before, | ||
| 812 | is to not follow symlinks. | ||
| 813 | |||
| 814 | +++ | ||
| 815 | ** Floating point functions now always return special values like NaN, | 810 | ** Floating point functions now always return special values like NaN, |
| 816 | instead of signaling errors, if given invalid args, e.g. (log -1.0). | 811 | instead of signaling errors, if given invalid args, e.g. (log -1.0). |
| 817 | Previously, they returned NaNs on some platforms but signaled errors | 812 | Previously, they returned NaNs on some platforms but signaled errors |