diff options
| author | Stefan Monnier | 2003-05-17 18:54:56 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2003-05-17 18:54:56 +0000 |
| commit | 6d9b60995f99935be3c4e6df530dde129d77ddaa (patch) | |
| tree | 55eafc0aff15e12769f92cb5ae5fef06903de31c | |
| parent | 4867a28394c1af8f26428bb8e7f2e17d3823fba0 (diff) | |
| download | emacs-6d9b60995f99935be3c4e6df530dde129d77ddaa.tar.gz emacs-6d9b60995f99935be3c4e6df530dde129d77ddaa.zip | |
(get_pos_property): Declare.
| -rw-r--r-- | src/intervals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intervals.h b/src/intervals.h index 8ecc36a9c9f..63f67ab3ad1 100644 --- a/src/intervals.h +++ b/src/intervals.h | |||
| @@ -305,6 +305,7 @@ void extend_property_ranges P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); | |||
| 305 | Lisp_Object get_char_property_and_overlay P_ ((Lisp_Object, Lisp_Object, | 305 | Lisp_Object get_char_property_and_overlay P_ ((Lisp_Object, Lisp_Object, |
| 306 | Lisp_Object, Lisp_Object*)); | 306 | Lisp_Object, Lisp_Object*)); |
| 307 | extern int text_property_stickiness P_ ((Lisp_Object prop, Lisp_Object pos, Lisp_Object buffer)); | 307 | extern int text_property_stickiness P_ ((Lisp_Object prop, Lisp_Object pos, Lisp_Object buffer)); |
| 308 | extern Lisp_Object get_pos_property P_ ((Lisp_Object pos, Lisp_Object prop, Lisp_Object object)); | ||
| 308 | 309 | ||
| 309 | extern void syms_of_textprop (); | 310 | extern void syms_of_textprop (); |
| 310 | 311 | ||