]> git.eshelyaron.com Git - emacs.git/commitdiff
(compose_text): Declare.
authorDave Love <fx@gnu.org>
Fri, 23 Jun 2000 14:32:26 +0000 (14:32 +0000)
committerDave Love <fx@gnu.org>
Fri, 23 Jun 2000 14:32:26 +0000 (14:32 +0000)
src/composite.h

index 984526b9f63bb8ca4517c3d6dc658a5c834828fe..a3da0ce9c8ba7a3af963621317a8c6331fa6f0a6 100644 (file)
@@ -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 */