From: Gerd Moellmann Date: Fri, 26 Nov 1999 12:06:29 +0000 (+0000) Subject: Add prototype for set_text_properties. X-Git-Tag: emacs-pretest-21.0.90~5969 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=48778e46daa24080c3b2653fe39abc947225924c;p=emacs.git Add prototype for set_text_properties. --- diff --git a/src/lisp.h b/src/lisp.h index a9a5d21179a..6a3c7e5ebb0 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 *));