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 52514d36429..99d645c0568 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -528,7 +528,7 @@ | |||
| 528 | Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts. | 528 | Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts. |
| 529 | (ns_update_menubar): Use intptr_t, not EMACS_INT, when intptr_t is | 529 | (ns_update_menubar): Use intptr_t, not EMACS_INT, when intptr_t is |
| 530 | wide enough. | 530 | wide enough. |
| 531 | * nsselect.m (ns_get_local_selection): | 531 | * nsselect.m (ns_get_local_selection, clean_local_selection_data): |
| 532 | Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts. | 532 | Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts. |
| 533 | * print.c (print_buffer_size, print_buffer_pos, print_buffer_pos_byte) | 533 | * print.c (print_buffer_size, print_buffer_pos, print_buffer_pos_byte) |
| 534 | (PRINTDECLARE, PRINTPREPARE): | 534 | (PRINTDECLARE, PRINTPREPARE): |