Mercurial > hg > xemacs-beta
changeset 5880:44ba043ceada
Fix a small typo
author | Vin Shelton <acs@xemacs.org> |
---|---|
date | Sat, 28 Mar 2015 16:03:33 -0400 |
parents | 77d7b77909c2 |
children | 31dd275fa683 |
files | src/ChangeLog src/s/cygwin64.h |
diffstat | 2 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Mar 27 23:39:49 2015 +0000 +++ b/src/ChangeLog Sat Mar 28 16:03:33 2015 -0400 @@ -1,3 +1,7 @@ +2015-03-27 Vin Shelton <acs@xemacs.org> + + * s/cygwin64.h: Fixed another stupid typo. + 2015-03-27 Aidan Kehoe <kehoea@parhasard.net> Fix a small bug, extent_detach(); minimise needless char-byte @@ -19,7 +23,7 @@ * extents.c (report_extent_modification): Use byte positions in this API, move the byte-char conversion to our callers, simplifying extents.c (it all now works in byte - positions). + positions). * extents.h: Update report_extent_modification's prototype. * gutter.c (gutter_extent_signal_changed_region_maybe): @@ -35,7 +39,7 @@ char->byte conversion here rather than leaving it to extents.c. * insdel.h: * insdel.h (struct each_buffer_change_data): - The extent unchanged info now describes bytecounts. + The extent unchanged info now describes bytecounts. 2015-03-26 Vin Shelton <acs@xemacs.org>
--- a/src/s/cygwin64.h Fri Mar 27 23:39:49 2015 +0000 +++ b/src/s/cygwin64.h Sat Mar 28 16:03:33 2015 -0400 @@ -1,4 +1,4 @@ -/* system description file for 64-bet cygwin. +/* system description file for 64-bit cygwin. Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. Copyright (C) 2001 Ben Wing.