1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 22:11:21 -08:00

* dispextern.h (struct it.overlay_strings_charpos): EMACS_INT, not int.

This commit is contained in:
Paul Eggert 2011-06-17 22:51:59 -07:00
parent 8783097475
commit e39e811eb8
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
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.

View file

@ -2183,7 +2183,7 @@ struct it
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. */