diff options
author | Dave Love <fx@gnu.org> | 2000-06-23 14:32:26 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-06-23 14:32:26 +0000 |
commit | f9beddb22fe76c94373c461bde487c15d82233eb (patch) | |
tree | 4708f3cfbb9956f58767298a63966c8f2bcfed3e | |
parent | 68642df61fcb0d23744ae378aa97361093a01087 (diff) | |
download | emacs-f9beddb22fe76c94373c461bde487c15d82233eb.tar.gz |
(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 *, extern void update_compositions P_ ((int, int, int)); extern void compose_region P_ ((int, int, Lisp_Object, Lisp_Object, Lisp_Object)); -extern void syms_of_composition P_ (()); +extern void syms_of_composition P_ ((void)); +extern void compose_text P_ ((int, int, Lisp_Object, Lisp_Object, + Lisp_Object)); #endif /* not EMACS_COMPOSITE_H */ |