aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndrew Choi2001-08-24 07:09:01 +0000
committerAndrew Choi2001-08-24 07:09:01 +0000
commitfb4c6c961bb0e84d06831a0d9c85d9294d77fe19 (patch)
treecb19695465638a47484ab79c8612d71ca24a33b8 /src/ChangeLog
parentcf6ce50be68c02cc4cf4601bb09101418d74a3fe (diff)
downloademacs-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/ChangeLog7
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 @@
12001-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
12001-08-23 Gerd Moellmann <gerd@gnu.org> 62001-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
2882001-07-17 Gerd Moellmann <gerd@gnu.org> 2932001-07-17 Gerd Moellmann <gerd@gnu.org>