Mercurial > emacs
diff src/dispextern.h @ 29859:cbcd0a9e4e72
(struct it): Add member add_overlay_start.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Thu, 22 Jun 2000 19:32:47 +0000 |
| parents | 34438531b886 |
| children | 7249274abdec |
line wrap: on
line diff
--- a/src/dispextern.h Thu Jun 22 19:32:09 2000 +0000 +++ b/src/dispextern.h Thu Jun 22 19:32:47 2000 +0000 @@ -1571,6 +1571,10 @@ 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. */
