changeset 51044:4f71f97dea21

(get_pos_property): Declare.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 17 May 2003 18:54:56 +0000
parents ba92da4f009a
children 2d746ed41a7c
files src/intervals.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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 ();