(get_overlay_strings_1): Fix typo.
This commit is contained in:
parent
edd81bc836
commit
10cbc34ff8
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -5091,7 +5091,7 @@ static int
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue