diff options
| author | Paul Eggert | 2011-06-01 23:17:35 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-01 23:17:35 -0700 |
| commit | 198ae2b90eb2e7b41965223967bbb8971da950d5 (patch) | |
| tree | be65d8cdb55204104d9c98fde18db4cff91b613d /src/ChangeLog | |
| parent | 84acfcf06be242f35063c719ca5643ad969437fd (diff) | |
| download | emacs-198ae2b90eb2e7b41965223967bbb8971da950d5.tar.gz emacs-198ae2b90eb2e7b41965223967bbb8971da950d5.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/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1c97b0ac9f5..708e08135be 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-06-02 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-06-02 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. |