Mercurial > emacs
changeset 26603:30dbdfd88028
Add prototype for set_text_properties.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 26 Nov 1999 12:06:29 +0000 |
parents | 494a81f37398 |
children | 381c4e70f9fb |
files | src/lisp.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Fri Nov 26 10:17:53 1999 +0000 +++ b/src/lisp.h Fri Nov 26 12:06:29 1999 +0000 @@ -2702,6 +2702,9 @@ 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 *));