Mercurial > emacs
changeset 89513:24f632d28cd6
(find_composition, update_compositions): Make
position args EMACS_INT.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 17 Sep 2003 13:52:42 +0000 |
parents | b475b083a0ad |
children | cd2f8bf8da99 |
files | src/composite.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/composite.h Wed Sep 17 13:52:05 2003 +0000 +++ b/src/composite.h Wed Sep 17 13:52:42 2003 +0000 @@ -204,9 +204,9 @@ extern Lisp_Object Qauto_composition_function; extern int get_composition_id P_ ((int, int, int, Lisp_Object, Lisp_Object)); -extern int find_composition P_ ((int, int, int *, int *, Lisp_Object *, +extern int find_composition P_ ((int, int, EMACS_INT *, EMACS_INT *, Lisp_Object *, Lisp_Object)); -extern void update_compositions P_ ((int, int, int)); +extern void update_compositions P_ ((EMACS_INT, EMACS_INT, int)); extern void make_composition_value_copy P_ ((Lisp_Object)); extern void compose_region P_ ((int, int, Lisp_Object, Lisp_Object, Lisp_Object));