diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/xdisp.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7455d9e17bd..a212f023c21 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * xdisp.c (get_overlay_strings_1): Fix typo. | ||
| 4 | |||
| 1 | 2008-02-29 Chong Yidong <cyd@stupidchicken.com> | 5 | 2008-02-29 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * xdisp.c (get_overlay_strings_1): Add missing argument type. | 7 | * xdisp.c (get_overlay_strings_1): Add missing argument type. |
diff --git a/src/xdisp.c b/src/xdisp.c index c6b731c1ee8..209511a08b4 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -5091,7 +5091,7 @@ static int | |||
| 5091 | get_overlay_strings_1 (it, charpos, compute_stop_p) | 5091 | get_overlay_strings_1 (it, charpos, compute_stop_p) |
| 5092 | struct it *it; | 5092 | struct it *it; |
| 5093 | int charpos; | 5093 | int charpos; |
| 5094 | int compute_stop_p | 5094 | int compute_stop_p; |
| 5095 | { | 5095 | { |
| 5096 | /* Get the first OVERLAY_STRING_CHUNK_SIZE overlay strings to | 5096 | /* Get the first OVERLAY_STRING_CHUNK_SIZE overlay strings to |
| 5097 | process. This fills IT->overlay_strings with strings, and sets | 5097 | process. This fills IT->overlay_strings with strings, and sets |