]> git.eshelyaron.com Git - emacs.git/commitdiff
(adjust_point_for_property): Make beg and end
authorDave Love <fx@gnu.org>
Wed, 17 Sep 2003 13:53:03 +0000 (13:53 +0000)
committerDave Love <fx@gnu.org>
Wed, 17 Sep 2003 13:53:03 +0000 (13:53 +0000)
EMACS_INT.

src/keyboard.c

index 449c8a1b453c1d6f3ebe13dec522d56beccef255..133333cd9595d3b5c1af6694e955b74c8f1b952e 100644 (file)
@@ -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;