diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/composite.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/composite.h b/src/composite.h index 984526b9f63..a3da0ce9c8b 100644 --- a/src/composite.h +++ b/src/composite.h | |||
| @@ -201,6 +201,8 @@ extern int find_composition P_ ((int, int, int *, int *, Lisp_Object *, | |||
| 201 | extern void update_compositions P_ ((int, int, int)); | 201 | extern void update_compositions P_ ((int, int, int)); |
| 202 | extern void compose_region P_ ((int, int, Lisp_Object, Lisp_Object, | 202 | extern void compose_region P_ ((int, int, Lisp_Object, Lisp_Object, |
| 203 | Lisp_Object)); | 203 | Lisp_Object)); |
| 204 | extern void syms_of_composition P_ (()); | 204 | extern void syms_of_composition P_ ((void)); |
| 205 | extern void compose_text P_ ((int, int, Lisp_Object, Lisp_Object, | ||
| 206 | Lisp_Object)); | ||
| 205 | 207 | ||
| 206 | #endif /* not EMACS_COMPOSITE_H */ | 208 | #endif /* not EMACS_COMPOSITE_H */ |