aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-06-03 11:15:45 -0700
committerPaul Eggert2011-06-03 11:15:45 -0700
commitfee1a3f195e16a6042eea45d012516c900e6f94e (patch)
tree85df5605b31999b0f41d291baf86ee5a0a9f25ae /src/ChangeLog
parent810ef6bcdf43f657e8f40ff5439fe684173c4b24 (diff)
parent76118f10b098e0cf03050b277401b8646dce5706 (diff)
downloademacs-fee1a3f195e16a6042eea45d012516c900e6f94e.tar.gz
emacs-fee1a3f195e16a6042eea45d012516c900e6f94e.zip
* dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fa132593f73..2d139e0bfc9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-06-03 Paul Eggert <eggert@cs.ucla.edu> 12011-06-03 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits.
4
3 * lisp.h: Include <intprops.h>, as it'll useful in later changes. 5 * lisp.h: Include <intprops.h>, as it'll useful in later changes.
4 * character.c, data.c, editfns.c, insdel.c, intervals.c: 6 * character.c, data.c, editfns.c, insdel.c, intervals.c:
5 Don't include <intprops.h>, since lisp.h does. 7 Don't include <intprops.h>, since lisp.h does.