Mercurial > emacs
diff src/composite.h @ 89282:309b9e0cb0c8
(Qauto_composed, Vauto_composition_function,
Qauto_composition_function): Extern them.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Thu, 07 Nov 2002 06:23:23 +0000 |
| parents | bc14316e7ce2 |
| children | 2f877ed80fa6 |
line wrap: on
line diff
--- a/src/composite.h Thu Nov 07 06:23:04 2002 +0000 +++ b/src/composite.h Thu Nov 07 06:23:23 2002 +0000 @@ -199,6 +199,9 @@ extern Lisp_Object Qcomposition; extern Lisp_Object composition_hash_table; +extern Lisp_Object Qauto_composed; +extern Lisp_Object Vauto_composition_function; +extern Lisp_Object Qauto_composition_function; extern int get_composition_id P_ ((int, int, int, Lisp_Object, Lisp_Object)); extern int find_composition P_ ((int, int, int *, int *, Lisp_Object *,
