]> git.eshelyaron.com Git - emacs.git/commitdiff
(compose_chars_in_text): Delete extern.
authorKenichi Handa <handa@m17n.org>
Tue, 13 Sep 2005 01:05:51 +0000 (01:05 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 13 Sep 2005 01:05:51 +0000 (01:05 +0000)
src/composite.h

index 26cf13d27d49d8d9dd09287a1add9f55c05d3e33..cdcc930179265fc0b5feff4d753972da33c6224d 100644 (file)
@@ -209,7 +209,6 @@ extern void compose_region P_ ((int, int, Lisp_Object, Lisp_Object,
 extern void syms_of_composite 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 */