Mercurial > emacs
changeset 33239:fdc59b687d25
(compose_chars_in_text): Add prototype.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 06 Nov 2000 12:35:06 +0000 |
parents | b5c06c30c15f |
children | aaa42106f0da |
files | src/composite.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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 */