diff options
| author | Dave Love | 2000-06-23 14:32:26 +0000 |
|---|---|---|
| committer | Dave Love | 2000-06-23 14:32:26 +0000 |
| commit | f9beddb22fe76c94373c461bde487c15d82233eb (patch) | |
| tree | 4708f3cfbb9956f58767298a63966c8f2bcfed3e | |
| parent | 68642df61fcb0d23744ae378aa97361093a01087 (diff) | |
| download | emacs-f9beddb22fe76c94373c461bde487c15d82233eb.tar.gz emacs-f9beddb22fe76c94373c461bde487c15d82233eb.zip | |
(compose_text): Declare.
| -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 */ |