Mercurial > emacs
diff src/composite.h @ 33239:fdc59b687d25
(compose_chars_in_text): Add prototype.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Mon, 06 Nov 2000 12:35:06 +0000 |
| parents | c5eb8840659f |
| children | 144162f5b2e3 |
line wrap: on
line diff
--- a/src/composite.h Mon Nov 06 12:28:33 2000 +0000 +++ b/src/composite.h Mon Nov 06 12:35:06 2000 +0000 @@ -205,5 +205,6 @@ 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 */
