aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-07-04 10:50:12 -0700
committerPaul Eggert2011-07-04 10:50:12 -0700
commit6e9b2be9e608802dfe46a34638aabeb99a701d8c (patch)
tree5b5c0907cda5d39fd1983a017d4fca6eb97264f0 /src/ChangeLog
parentc8af70e11e5429b216974e46f687d9e9f98efbcd (diff)
downloademacs-6e9b2be9e608802dfe46a34638aabeb99a701d8c.tar.gz
emacs-6e9b2be9e608802dfe46a34638aabeb99a701d8c.zip
* fileio.c (barf_or_query_if_file_exists): Use S_ISDIR.
This is more efficient than Ffile_directory_p and avoids a minor race.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 70f6fb7469f..8e208565bde 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12011-07-04 Paul Eggert <eggert@cs.ucla.edu>
2
3 * fileio.c (barf_or_query_if_file_exists): Use S_ISDIR.
4 This is more efficient than Ffile_directory_p and avoids a minor race.
5
12011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org> 62011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 7
3 * buffer.c (Foverlay_put): Say what the return value is 8 * buffer.c (Foverlay_put): Say what the return value is