# HG changeset patch # User Kenichi Handa # Date 973514106 0 # Node ID fdc59b687d2536efdac5f1774e33e2a07da0066e # Parent b5c06c30c15f6cbbda0da2e00ba3d923832c1742 (compose_chars_in_text): Add prototype. diff -r b5c06c30c15f -r fdc59b687d25 src/composite.h --- 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 */