Mercurial > emacs
diff src/intervals.h @ 51044:4f71f97dea21
(get_pos_property): Declare.
| author | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| date | Sat, 17 May 2003 18:54:56 +0000 |
| parents | 4370ce3fabb3 |
| children | f1a175ae8909 |
line wrap: on
line diff
--- a/src/intervals.h Sat May 17 18:47:18 2003 +0000 +++ b/src/intervals.h Sat May 17 18:54:56 2003 +0000 @@ -305,6 +305,7 @@ Lisp_Object get_char_property_and_overlay P_ ((Lisp_Object, Lisp_Object, Lisp_Object, Lisp_Object*)); extern int text_property_stickiness P_ ((Lisp_Object prop, Lisp_Object pos, Lisp_Object buffer)); +extern Lisp_Object get_pos_property P_ ((Lisp_Object pos, Lisp_Object prop, Lisp_Object object)); extern void syms_of_textprop ();
