diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a273fd6ece0..52514d36429 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -219,7 +219,7 @@ | |||
| 219 | (increment_row_positions, mode_line_string) | 219 | (increment_row_positions, mode_line_string) |
| 220 | (marginal_area_string): | 220 | (marginal_area_string): |
| 221 | Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough. | 221 | Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough. |
| 222 | (change_frame_size_1, Fredisplay): | 222 | (change_frame_size_1, Fredisplay, Fframe_or_buffer_changed_p): |
| 223 | Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts. | 223 | Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts. |
| 224 | (duration_to_sec_usec): New function, to check for overflow better. | 224 | (duration_to_sec_usec): New function, to check for overflow better. |
| 225 | (Fsleep_for, sit_for): Use it. | 225 | (Fsleep_for, sit_for): Use it. |