Mercurial > emacs
diff src/intervals.h @ 46507:ce84fbc6175f
(text_property_stickiness): Fix prototype.
| author | Dave Love <fx@gnu.org> |
|---|---|
| date | Wed, 17 Jul 2002 19:54:19 +0000 |
| parents | 322be4c4e11d |
| children | c7a0b787faef d7ddb3e565de |
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 ();
