# HG changeset patch # User Stefan Monnier # Date 1204251045 0 # Node ID a5d0f96b4c75346e3fa816dbea556648df0b5607 # Parent 841faa8ca0a5f9d86bf57c520b914ae5712f4b46 (get_overlay_strings_1): Fix typo. diff -r 841faa8ca0a5 -r a5d0f96b4c75 src/ChangeLog --- a/src/ChangeLog Fri Feb 29 02:03:54 2008 +0000 +++ b/src/ChangeLog Fri Feb 29 02:10:45 2008 +0000 @@ -1,3 +1,7 @@ +2008-02-29 Stefan Monnier + + * xdisp.c (get_overlay_strings_1): Fix typo. + 2008-02-29 Chong Yidong * xdisp.c (get_overlay_strings_1): Add missing argument type. diff -r 841faa8ca0a5 -r a5d0f96b4c75 src/xdisp.c --- a/src/xdisp.c Fri Feb 29 02:03:54 2008 +0000 +++ b/src/xdisp.c Fri Feb 29 02:10:45 2008 +0000 @@ -5091,7 +5091,7 @@ get_overlay_strings_1 (it, charpos, compute_stop_p) struct it *it; int charpos; - int compute_stop_p + int compute_stop_p; { /* Get the first OVERLAY_STRING_CHUNK_SIZE overlay strings to process. This fills IT->overlay_strings with strings, and sets