diff options
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 *, |