From 2b95772c09e0c06fab7c4c7d66aff93408901d9f Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 17 Sep 2003 13:53:03 +0000 Subject: [PATCH] (adjust_point_for_property): Make beg and end EMACS_INT. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index 449c8a1b453..133333cd959 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -1868,7 +1868,7 @@ adjust_point_for_property (last_pt, modified) int last_pt; int modified; { - int beg, end; + EMACS_INT beg, end; Lisp_Object val, overlay, tmp; int check_composition = 1, check_display = 1, check_invisible = 1; int orig_pt = PT; -- 2.39.5