diff options
| author | Kenichi Handa | 2002-11-07 06:23:23 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-11-07 06:23:23 +0000 |
| commit | 382a2913ebbf59d28755bd910b796f1f3cca4216 (patch) | |
| tree | 7819c1e26611b27a9403f7f918b13abedd3fdfa2 /src | |
| parent | 731055f5bbf50718176c0cca360499c00acf9e80 (diff) | |
| download | emacs-382a2913ebbf59d28755bd910b796f1f3cca4216.tar.gz emacs-382a2913ebbf59d28755bd910b796f1f3cca4216.zip | |
(Qauto_composed, Vauto_composition_function,
Qauto_composition_function): Extern them.
Diffstat (limited to 'src')
| -rw-r--r-- | src/composite.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; | |||
| 199 | 199 | ||
| 200 | extern Lisp_Object Qcomposition; | 200 | extern Lisp_Object Qcomposition; |
| 201 | extern Lisp_Object composition_hash_table; | 201 | extern Lisp_Object composition_hash_table; |
| 202 | extern Lisp_Object Qauto_composed; | ||
| 203 | extern Lisp_Object Vauto_composition_function; | ||
| 204 | extern Lisp_Object Qauto_composition_function; | ||
| 202 | 205 | ||
| 203 | extern int get_composition_id P_ ((int, int, int, Lisp_Object, Lisp_Object)); | 206 | extern int get_composition_id P_ ((int, int, int, Lisp_Object, Lisp_Object)); |
| 204 | extern int find_composition P_ ((int, int, int *, int *, Lisp_Object *, | 207 | extern int find_composition P_ ((int, int, int *, int *, Lisp_Object *, |