+2011-06-18 Paul Eggert <eggert@cs.ucla.edu>
+
+ * dispextern.h (struct it.overlay_strings_charpos): EMACS_INT, not int.
+
2011-06-17 Paul Eggert <eggert@cs.ucla.edu>
* dispextern.h (struct it.selective): Now EMACS_INT, not int.
be set at the same time as n_overlay_strings. It is needed
because we show before-strings at the start of invisible text;
see handle_invisible_prop in xdisp.c. */
- int overlay_strings_charpos;
+ EMACS_INT overlay_strings_charpos;
/* Vector of overlays to process. Overlay strings are processed
OVERLAY_STRING_CHUNK_SIZE at a time. */