Mercurial > emacs
diff src/composite.c @ 89546:c380df3cc4df
(Fremove_list_of_text_properties): Declare.
| author | Dave Love <fx@gnu.org> |
|---|---|
| date | Mon, 29 Sep 2003 18:00:28 +0000 |
| parents | 3c9d2f9bf6bb |
| children | 40b05b530518 |
line wrap: on
line diff
--- a/src/composite.c Mon Sep 29 17:59:52 2003 +0000 +++ b/src/composite.c Mon Sep 29 18:00:28 2003 +0000 @@ -152,6 +152,8 @@ Lisp_Object Vauto_composition_function; Lisp_Object Qauto_composition_function; +EXFUN (Fremove_list_of_text_properties, 4); + /* Temporary variable used in macros COMPOSITION_XXX. */ Lisp_Object composition_temp;
