From: Kenichi Handa Date: Thu, 7 Nov 2002 06:23:23 +0000 (+0000) Subject: (Qauto_composed, Vauto_composition_function, X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~179 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=382a2913ebbf59d28755bd910b796f1f3cca4216;p=emacs.git (Qauto_composed, Vauto_composition_function, Qauto_composition_function): Extern them. --- diff --git a/src/composite.h b/src/composite.h index f8b0651b616..3dd7306fc6e 100644 --- a/src/composite.h +++ b/src/composite.h @@ -199,6 +199,9 @@ extern int n_compositions; 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 *,