diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index b558c2e8bbb..c6b731c1ee8 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -5091,6 +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 | { | 5095 | { |
| 5095 | /* Get the first OVERLAY_STRING_CHUNK_SIZE overlay strings to | 5096 | /* Get the first OVERLAY_STRING_CHUNK_SIZE overlay strings to |
| 5096 | process. This fills IT->overlay_strings with strings, and sets | 5097 | process. This fills IT->overlay_strings with strings, and sets |