Mercurial > emacs
diff src/composite.h @ 29895:025b22133cc2
(compose_text): Declare.
| author | Dave Love <fx@gnu.org> |
|---|---|
| date | Fri, 23 Jun 2000 14:32:26 +0000 |
| parents | d88f50e982a1 |
| children | c5eb8840659f |
line wrap: on
line diff
--- a/src/composite.h Fri Jun 23 14:28:20 2000 +0000 +++ b/src/composite.h Fri Jun 23 14:32:26 2000 +0000 @@ -201,6 +201,8 @@ extern void update_compositions P_ ((int, int, int)); extern void compose_region P_ ((int, int, Lisp_Object, Lisp_Object, Lisp_Object)); -extern void syms_of_composition P_ (()); +extern void syms_of_composition P_ ((void)); +extern void compose_text P_ ((int, int, Lisp_Object, Lisp_Object, + Lisp_Object)); #endif /* not EMACS_COMPOSITE_H */
