From 6ff5635622255413319e59175e530c1b599c35fa Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 17 Sep 2003 13:51:20 +0000 Subject: [PATCH] (check_composition): Make start and end EMACS_INT. --- src/indent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/indent.c b/src/indent.c index 86984d4902d..ff5eb2f06ba 100644 --- a/src/indent.c +++ b/src/indent.c @@ -287,7 +287,7 @@ check_composition (pos, pos_byte, point, len, len_byte, width) int *len, *len_byte, *width; { Lisp_Object prop; - int start, end; + EMACS_INT start, end; int id; if (! find_composition (pos, -1, &start, &end, &prop, Qnil) -- 2.39.2