diff options
| author | Paul Eggert | 2011-06-17 22:51:59 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-17 22:51:59 -0700 |
| commit | e39e811eb8c4058facadcc0beea5565f0ef3bbc2 (patch) | |
| tree | 410f3b843356c6cd3ec436bf1e697d98540724a5 /src/dispextern.h | |
| parent | 87830974757826249b19187e645d4965ea084273 (diff) | |
| download | emacs-e39e811eb8c4058facadcc0beea5565f0ef3bbc2.tar.gz emacs-e39e811eb8c4058facadcc0beea5565f0ef3bbc2.zip | |
* dispextern.h (struct it.overlay_strings_charpos): EMACS_INT, not int.
Diffstat (limited to 'src/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 2 |
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. */ |