diff options
author | Kenichi Handa <handa@m17n.org> | 2009-12-25 02:44:13 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2009-12-25 02:44:13 +0000 |
commit | 7f0b390a50dce5f6deab924f537b6125639073ec (patch) | |
tree | 0a5473ff5be9ce0fb495357695d59304da682782 /src | |
parent | e614ea00ff346e8373fa5e7a61de6e0318f17e7e (diff) | |
download | emacs-7f0b390a50dce5f6deab924f537b6125639073ec.tar.gz |
(composition_adjust_point): Update prototype.
Diffstat (limited to 'src')
-rw-r--r-- | src/composite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/composite.h b/src/composite.h index c008ba52837..642869cf7e5 100644 --- a/src/composite.h +++ b/src/composite.h @@ -319,7 +319,7 @@ extern int composition_reseat_it P_ ((struct composition_it *, 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); |