aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-06-03 11:14:49 -0700
committerPaul Eggert2011-06-03 11:14:49 -0700
commit810ef6bcdf43f657e8f40ff5439fe684173c4b24 (patch)
tree3599e6703de302255ec603cbbec282cb1183c795 /src/ChangeLog
parent4c97dba58f46f9d6d6d33438958b4d8ee8b79bc4 (diff)
parent198ae2b90eb2e7b41965223967bbb8971da950d5 (diff)
downloademacs-810ef6bcdf43f657e8f40ff5439fe684173c4b24.tar.gz
emacs-810ef6bcdf43f657e8f40ff5439fe684173c4b24.zip
* lisp.h: Include <intprops.h>, as it'll useful in later changes.
* character.c, data.c, editfns.c, insdel.c, intervals.c: Don't include <intprops.h>, since lisp.h does.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 94cfd944adc..fa132593f73 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12011-06-03 Paul Eggert <eggert@cs.ucla.edu> 12011-06-03 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * lisp.h: Include <intprops.h>, as it'll useful in later changes.
4 * character.c, data.c, editfns.c, insdel.c, intervals.c:
5 Don't include <intprops.h>, since lisp.h does.
6
3 Don't assume time_t can fit into int. 7 Don't assume time_t can fit into int.
4 * buffer.h (struct buffer.modtime): Now time_t, not int. 8 * buffer.h (struct buffer.modtime): Now time_t, not int.
5 * fileio.c (Fvisited_file_modtime): No need for time_t cast now. 9 * fileio.c (Fvisited_file_modtime): No need for time_t cast now.