aboutsummaryrefslogtreecommitdiffstats
path: root/src/intervals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/intervals.h')
-rw-r--r--src/intervals.h6
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));
223extern Lisp_Object get_local_map P_ ((int, struct buffer *)); 223extern Lisp_Object get_local_map P_ ((int, struct buffer *));
224extern INTERVAL update_interval P_ ((INTERVAL, int)); 224extern INTERVAL update_interval P_ ((INTERVAL, int));
225extern void set_intervals_multibyte P_ ((int)); 225extern void set_intervals_multibyte P_ ((int));
226extern 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 */
228extern int invisible_ellipsis_p P_ ((Lisp_Object, Lisp_Object)); 230extern int invisible_ellipsis_p P_ ((Lisp_Object, Lisp_Object));
@@ -261,6 +263,10 @@ EXFUN (Ftext_property_not_all, 5);
261extern Lisp_Object copy_text_properties P_ ((Lisp_Object, Lisp_Object, 263extern 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));
266Lisp_Object text_property_list P_ ((Lisp_Object, Lisp_Object, Lisp_Object,
267 Lisp_Object));
268int add_text_properties_from_list P_ ((Lisp_Object, Lisp_Object, Lisp_Object));
269void extend_property_ranges P_ ((Lisp_Object, Lisp_Object, Lisp_Object));
264 270
265extern void syms_of_textprop (); 271extern void syms_of_textprop ();
266 272