mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 01:41:01 -08:00
(get_pos_property): Declare.
This commit is contained in:
parent
4867a28394
commit
6d9b60995f
1 changed files with 1 additions and 0 deletions
|
|
@ -305,6 +305,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 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 ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue