diff options
| author | Andrew Choi | 2001-08-24 07:09:01 +0000 |
|---|---|---|
| committer | Andrew Choi | 2001-08-24 07:09:01 +0000 |
| commit | fb4c6c961bb0e84d06831a0d9c85d9294d77fe19 (patch) | |
| tree | cb19695465638a47484ab79c8612d71ca24a33b8 /src/ChangeLog | |
| parent | cf6ce50be68c02cc4cf4601bb09101418d74a3fe (diff) | |
| download | emacs-fb4c6c961bb0e84d06831a0d9c85d9294d77fe19.tar.gz emacs-fb4c6c961bb0e84d06831a0d9c85d9294d77fe19.zip | |
2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
* fileio.c (Ffile_readable_p) [macintosh]: Call access instead of
open to determine whether file is readable (as for DOS_NT).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3ea6c330291..18e0ce0b93b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk> | ||
| 2 | |||
| 3 | * fileio.c (Ffile_readable_p) [macintosh]: Call access instead of | ||
| 4 | open to determine whether file is readable (as for DOS_NT). | ||
| 5 | |||
| 1 | 2001-08-23 Gerd Moellmann <gerd@gnu.org> | 6 | 2001-08-23 Gerd Moellmann <gerd@gnu.org> |
| 2 | 7 | ||
| 3 | * fileio.c (Finsert_file_contents): If VISIT is non-nil, and | 8 | * fileio.c (Finsert_file_contents): If VISIT is non-nil, and |
| @@ -282,7 +287,7 @@ | |||
| 282 | * coding.c (setup_coding_system): Don't do any designation based | 287 | * coding.c (setup_coding_system): Don't do any designation based |
| 283 | on reg_bits if charset is not yet defined. | 288 | on reg_bits if charset is not yet defined. |
| 284 | 289 | ||
| 285 | * lisp.h (XVECTOR): Verify correct object type before returning a | 290 | * lisp.h (XVECTOR): Verify correct object type before returning a |
| 286 | pointer, using eassert. | 291 | pointer, using eassert. |
| 287 | 292 | ||
| 288 | 2001-07-17 Gerd Moellmann <gerd@gnu.org> | 293 | 2001-07-17 Gerd Moellmann <gerd@gnu.org> |