aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 774c880fee8..227d5ed58e3 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2183,7 +2183,7 @@ struct it
2183 be set at the same time as n_overlay_strings. It is needed 2183 be set at the same time as n_overlay_strings. It is needed
2184 because we show before-strings at the start of invisible text; 2184 because we show before-strings at the start of invisible text;
2185 see handle_invisible_prop in xdisp.c. */ 2185 see handle_invisible_prop in xdisp.c. */
2186 int overlay_strings_charpos; 2186 EMACS_INT overlay_strings_charpos;
2187 2187
2188 /* Vector of overlays to process. Overlay strings are processed 2188 /* Vector of overlays to process. Overlay strings are processed
2189 OVERLAY_STRING_CHUNK_SIZE at a time. */ 2189 OVERLAY_STRING_CHUNK_SIZE at a time. */