aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorGerd Moellmann2000-06-22 19:35:07 +0000
committerGerd Moellmann2000-06-22 19:35:07 +0000
commit64f3a16632337bbfb91531cdd6d1fe137fb59f5c (patch)
tree840cbc9458a8a545eb4acf18b9099519b8174852 /src/dispextern.h
parent2970b9beee8fb931dae6d37b52e6dd195506bd3c (diff)
downloademacs-64f3a16632337bbfb91531cdd6d1fe137fb59f5c.tar.gz
emacs-64f3a16632337bbfb91531cdd6d1fe137fb59f5c.zip
(struct it): Add member add_overlay_start.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h4
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. */