Mercurial > emacs
changeset 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 | c0c4ea6bf780 |
children | 6ed290fbc678 |
files | src/composite.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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 *,