diff options
Diffstat (limited to 'src/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index e53cdfb3a6e..4d81e9e4e27 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -1571,6 +1571,10 @@ struct it | |||
| 1571 | OVERLAY_STRING_CHUNK_SIZE. */ | 1571 | OVERLAY_STRING_CHUNK_SIZE. */ |
| 1572 | int n_overlay_strings; | 1572 | int n_overlay_strings; |
| 1573 | 1573 | ||
| 1574 | /* If non-zero, an additional overlay start position to take overlay | ||
| 1575 | strings from. */ | ||
| 1576 | int add_overlay_start; | ||
| 1577 | |||
| 1574 | /* If non-nil, a Lisp string being processed. If | 1578 | /* If non-nil, a Lisp string being processed. If |
| 1575 | current.overlay_string_index >= 0, this is an overlay string from | 1579 | current.overlay_string_index >= 0, this is an overlay string from |
| 1576 | pos. */ | 1580 | pos. */ |