# HG changeset patch # User Gerd Moellmann # Date 961702367 0 # Node ID cbcd0a9e4e729f5580383f85a6de62eeca285ce3 # Parent 54f927c5f436e041b2105f949526a3ca2c18d85d (struct it): Add member add_overlay_start. diff -r 54f927c5f436 -r cbcd0a9e4e72 src/dispextern.h --- 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. */