Mercurial > emacs
changeset 89514:cd2f8bf8da99
(adjust_point_for_property): Make beg and end
EMACS_INT.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 17 Sep 2003 13:53:03 +0000 |
parents | 24f632d28cd6 |
children | 3e38f93b8c80 |
files | src/keyboard.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Wed Sep 17 13:52:42 2003 +0000 +++ b/src/keyboard.c Wed Sep 17 13:53:03 2003 +0000 @@ -1868,7 +1868,7 @@ 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;