diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cc6c01a4360..1769f91aaf2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -456,8 +456,6 @@ | |||
| 456 | (struct Lisp_Marker): | 456 | (struct Lisp_Marker): |
| 457 | Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough. | 457 | Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough. |
| 458 | (clip_to_bounds): Now an inline function, moved here from editfns.c. | 458 | (clip_to_bounds): Now an inline function, moved here from editfns.c. |
| 459 | (XSETSUBR): Use size of 0 since the actual size doesn't matter, | ||
| 460 | and using 0 avoids overflow. | ||
| 461 | (GLYPH_CODE_P): Check for overflow in system types, subsuming the | 459 | (GLYPH_CODE_P): Check for overflow in system types, subsuming the |
| 462 | need for GLYPH_CODE_CHAR_VALID_P and doing proper checking ourselves. | 460 | need for GLYPH_CODE_CHAR_VALID_P and doing proper checking ourselves. |
| 463 | All callers changed. | 461 | All callers changed. |