From 48778e46daa24080c3b2653fe39abc947225924c Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 26 Nov 1999 12:06:29 +0000 Subject: [PATCH] Add prototype for set_text_properties. --- src/lisp.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lisp.h b/src/lisp.h index a9a5d21179..6a3c7e5ebb 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2702,6 +2702,9 @@ extern Lisp_Object next_single_char_property_change P_ ((Lisp_Object, Lisp_Object, Lisp_Object, Lisp_Object)); +extern Lisp_Object set_text_properties P_ ((Lisp_Object, Lisp_Object, + Lisp_Object, Lisp_Object, + Lisp_Object)); /* defined in intervals.c */ extern Lisp_Object get_local_map P_ ((int, struct buffer *)); -- 2.20.1