]> git.eshelyaron.com Git - emacs.git/commitdiff
(compose_chars_in_text): Add prototype.
authorKenichi Handa <handa@m17n.org>
Mon, 6 Nov 2000 12:35:06 +0000 (12:35 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 6 Nov 2000 12:35:06 +0000 (12:35 +0000)
src/composite.h

index 41be8fdcac78e1d0393b69ab8effe8f130dec9e2..7c7236e439a77c5803dab70f746c6fdb276057e5 100644 (file)
@@ -205,5 +205,6 @@ extern void compose_region P_ ((int, int, Lisp_Object, Lisp_Object,
 extern void syms_of_composition P_ ((void));
 extern void compose_text P_ ((int, int, Lisp_Object, Lisp_Object,
                              Lisp_Object));
+extern void compose_chars_in_text P_ ((int, int, Lisp_Object));
 
 #endif /* not EMACS_COMPOSITE_H */