# HG changeset patch # User Kenichi Handa # Date 1126573551 0 # Node ID a11f2349c35388f0e4d444a761107e9cbef750de # Parent 6dd5312b60a77994b7547b691ec6f617d2e9d598 (compose_chars_in_text): Delete extern. diff -r 6dd5312b60a7 -r a11f2349c353 src/composite.h --- a/src/composite.h Mon Sep 12 23:10:59 2005 +0000 +++ b/src/composite.h Tue Sep 13 01:05:51 2005 +0000 @@ -209,7 +209,6 @@ 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 */