Mercurial > emacs
changeset 106633:c155113f5bd1
(composition_adjust_point): Update prototype.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 25 Dec 2009 02:44:13 +0000 |
parents | 484702d8c582 |
children | 1f0768e4ad7e |
files | src/composite.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/composite.h Fri Dec 25 02:43:36 2009 +0000 +++ b/src/composite.h Fri Dec 25 02:44:13 2009 +0000 @@ -319,7 +319,7 @@ extern int composition_update_it P_ ((struct composition_it *, EMACS_INT, EMACS_INT, Lisp_Object)); -extern int composition_adjust_point P_ ((EMACS_INT)); +extern int composition_adjust_point P_ ((EMACS_INT, EMACS_INT)); EXFUN (Fcompose_region_internal, 4); EXFUN (Fcompose_string_internal, 5);