Mercurial > emacs
changeset 46507:ce84fbc6175f
(text_property_stickiness): Fix prototype.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 17 Jul 2002 19:54:19 +0000 |
parents | a7f933a7b003 |
children | 91eefe69a263 |
files | src/intervals.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/intervals.h Wed Jul 17 19:21:41 2002 +0000 +++ b/src/intervals.h Wed Jul 17 19:54:19 2002 +0000 @@ -300,7 +300,7 @@ void extend_property_ranges P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); Lisp_Object get_char_property_and_overlay P_ ((Lisp_Object, Lisp_Object, Lisp_Object, Lisp_Object*)); -extern int text_property_stickiness (Lisp_Object prop, Lisp_Object pos); +extern int text_property_stickiness P_ ((Lisp_Object prop, Lisp_Object pos)); extern void syms_of_textprop ();