diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-06-22 19:35:07 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-06-22 19:35:07 +0000 |
commit | 64f3a16632337bbfb91531cdd6d1fe137fb59f5c (patch) | |
tree | 840cbc9458a8a545eb4acf18b9099519b8174852 /src/dispextern.h | |
parent | 2970b9beee8fb931dae6d37b52e6dd195506bd3c (diff) | |
download | emacs-64f3a16632337bbfb91531cdd6d1fe137fb59f5c.tar.gz |
(struct it): Add member add_overlay_start.
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 OVERLAY_STRING_CHUNK_SIZE. */ int n_overlay_strings; + /* If non-zero, an additional overlay start position to take overlay + strings from. */ + int add_overlay_start; + /* If non-nil, a Lisp string being processed. If current.overlay_string_index >= 0, this is an overlay string from pos. */ |