diff options
| author | Paul Eggert | 2011-09-27 09:02:05 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-09-27 09:02:05 -0700 |
| commit | 17fdb2228b820dc577ff61b03876117eba5226d1 (patch) | |
| tree | 5280be4426e3569af0bbb760b92dbb77daf3e772 /src/ChangeLog | |
| parent | 88cc3dabc9308cba0d43b9afa393ec8eb285ed7c (diff) | |
| download | emacs-17fdb2228b820dc577ff61b03876117eba5226d1.tar.gz emacs-17fdb2228b820dc577ff61b03876117eba5226d1.zip | |
* nsselect.m (clean_local_selection_data): Use ptrdiff_t, not int.
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): |