Mercurial > emacs
changeset 89512:b475b083a0ad
(handle_composition_prop, check_point_in_composition):
Make buffer positions EMACS_INT.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 17 Sep 2003 13:52:05 +0000 |
parents | bae1254b8517 |
children | 24f632d28cd6 |
files | src/xdisp.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Wed Sep 17 13:51:40 2003 +0000 +++ b/src/xdisp.c Wed Sep 17 13:52:05 2003 +0000 @@ -3814,7 +3814,7 @@ struct it *it; { Lisp_Object prop, string; - int pos, pos_byte, end; + EMACS_INT pos, pos_byte, end; enum prop_handled handled = HANDLED_NORMALLY; if (STRINGP (it->string)) @@ -9503,7 +9503,7 @@ struct buffer *prev_buf, *buf; int prev_pt, pt; { - int start, end; + EMACS_INT start, end; Lisp_Object prop; Lisp_Object buffer;