# HG changeset patch # User Kenichi Handa # Date 1036650203 0 # Node ID 309b9e0cb0c895ac46bdeccae352368397a7fb49 # Parent c0c4ea6bf78036486c6301307d1fd7bf1c810f38 (Qauto_composed, Vauto_composition_function, Qauto_composition_function): Extern them. diff -r c0c4ea6bf780 -r 309b9e0cb0c8 src/composite.h --- 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 *,