aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2015-01-31 10:05:10 +0200
committerEli Zaretskii2015-01-31 10:05:10 +0200
commit376ba20ac1f516361fc9c2b0267fbc5c131e4822 (patch)
tree517c8456e32c47aff752b0cad9b226bdc79f5526 /src/ChangeLog
parent512cdb9f2ba6dde0c24bfed13d095ea37e38a6ec (diff)
downloademacs-376ba20ac1f516361fc9c2b0267fbc5c131e4822.tar.gz
emacs-376ba20ac1f516361fc9c2b0267fbc5c131e4822.zip
Fix last commit, which confused WINDOWSNT with MSDOS.
src/dired.c (read_dirent): Correct the "MSDOS hacks" hack: the special code for errno = ENOENT or EACCES is needed for WINDOWSNT, not for MSDOS.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ab1a748abce..fd211304ac5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12015-01-31 Eli Zaretskii <eliz@gnu.org>
2
3 * dired.c (read_dirent): Correct the "MSDOS hacks" hack: the
4 special code for errno = ENOENT or EACCES is needed for WINDOWSNT,
5 not for MSDOS.
6
12015-01-31 Paul Eggert <eggert@cs.ucla.edu> 72015-01-31 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 Simplify read_dirent's MSDOS hacks 9 Simplify read_dirent's MSDOS hacks