diff options
author | Kenichi Handa <handa@m17n.org> | 2000-11-06 12:35:06 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2000-11-06 12:35:06 +0000 |
commit | c9a7baeea13e58584cc6a5a5848a9c10233e1665 (patch) | |
tree | 2173f4feb3e86dfc1cff034543e45ccdcb590987 /src/composite.h | |
parent | b0d99853396a9070c8a2669460f9d627522f92ea (diff) | |
download | emacs-c9a7baeea13e58584cc6a5a5848a9c10233e1665.tar.gz |
(compose_chars_in_text): Add prototype.
Diffstat (limited to 'src/composite.h')
-rw-r--r-- | src/composite.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/composite.h b/src/composite.h index 41be8fdcac7..7c7236e439a 100644 --- a/src/composite.h +++ b/src/composite.h @@ -205,5 +205,6 @@ extern void compose_region P_ ((int, int, Lisp_Object, Lisp_Object, extern void syms_of_composition P_ ((void)); extern void compose_text P_ ((int, int, Lisp_Object, Lisp_Object, Lisp_Object)); +extern void compose_chars_in_text P_ ((int, int, Lisp_Object)); #endif /* not EMACS_COMPOSITE_H */ |