Mercurial > emacs
changeset 92327:a5d0f96b4c75
(get_overlay_strings_1): Fix typo.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 29 Feb 2008 02:10:45 +0000 |
parents | 841faa8ca0a5 |
children | 04dddf68dfc0 |
files | src/ChangeLog src/xdisp.c |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <monnier@iro.umontreal.ca> + + * xdisp.c (get_overlay_strings_1): Fix typo. + 2008-02-29 Chong Yidong <cyd@stupidchicken.com> * xdisp.c (get_overlay_strings_1): Add missing argument type.
--- 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