diff options
Diffstat (limited to 'src/intervals.h')
| -rw-r--r-- | src/intervals.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/intervals.h b/src/intervals.h index b0b9b0b9b9f..f1f65f2765b 100644 --- a/src/intervals.h +++ b/src/intervals.h | |||
| @@ -223,6 +223,8 @@ extern void move_if_not_intangible P_ ((int)); | |||
| 223 | extern Lisp_Object get_local_map P_ ((int, struct buffer *)); | 223 | extern Lisp_Object get_local_map P_ ((int, struct buffer *)); |
| 224 | extern INTERVAL update_interval P_ ((INTERVAL, int)); | 224 | extern INTERVAL update_interval P_ ((INTERVAL, int)); |
| 225 | extern void set_intervals_multibyte P_ ((int)); | 225 | extern void set_intervals_multibyte P_ ((int)); |
| 226 | extern INTERVAL validate_interval_range P_ ((Lisp_Object, Lisp_Object *, | ||
| 227 | Lisp_Object *, int)); | ||
| 226 | 228 | ||
| 227 | /* Defined in xdisp.c */ | 229 | /* Defined in xdisp.c */ |
| 228 | extern int invisible_ellipsis_p P_ ((Lisp_Object, Lisp_Object)); | 230 | extern int invisible_ellipsis_p P_ ((Lisp_Object, Lisp_Object)); |
| @@ -261,6 +263,10 @@ EXFUN (Ftext_property_not_all, 5); | |||
| 261 | extern Lisp_Object copy_text_properties P_ ((Lisp_Object, Lisp_Object, | 263 | extern Lisp_Object copy_text_properties P_ ((Lisp_Object, Lisp_Object, |
| 262 | Lisp_Object, Lisp_Object, | 264 | Lisp_Object, Lisp_Object, |
| 263 | Lisp_Object, Lisp_Object)); | 265 | Lisp_Object, Lisp_Object)); |
| 266 | Lisp_Object text_property_list P_ ((Lisp_Object, Lisp_Object, Lisp_Object, | ||
| 267 | Lisp_Object)); | ||
| 268 | int add_text_properties_from_list P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); | ||
| 269 | void extend_property_ranges P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); | ||
| 264 | 270 | ||
| 265 | extern void syms_of_textprop (); | 271 | extern void syms_of_textprop (); |
| 266 | 272 | ||