comparison src/intervals.h @ 45681:322be4c4e11d

(lookup_char_property): Declare. (Vchar_property_alias_alist): Declare.
author Colin Walters <walters@gnu.org>
date Sat, 08 Jun 2002 20:24:55 +0000
parents c246c4abd79e
children ce84fbc6175f
comparison
equal deleted inserted replaced
45680:c9e70e34b426 45681:322be4c4e11d
235 extern INTERVAL balance_intervals P_ ((INTERVAL)); 235 extern INTERVAL balance_intervals P_ ((INTERVAL));
236 extern INLINE void copy_intervals_to_string P_ ((Lisp_Object, struct buffer *, 236 extern INLINE void copy_intervals_to_string P_ ((Lisp_Object, struct buffer *,
237 int, int)); 237 int, int));
238 extern INTERVAL copy_intervals P_ ((INTERVAL, int, int)); 238 extern INTERVAL copy_intervals P_ ((INTERVAL, int, int));
239 extern Lisp_Object textget P_ ((Lisp_Object, Lisp_Object)); 239 extern Lisp_Object textget P_ ((Lisp_Object, Lisp_Object));
240 extern Lisp_Object lookup_char_property P_ ((Lisp_Object, Lisp_Object, int));
240 extern void move_if_not_intangible P_ ((int)); 241 extern void move_if_not_intangible P_ ((int));
241 extern int get_property_and_range P_ ((int, Lisp_Object, Lisp_Object *, 242 extern int get_property_and_range P_ ((int, Lisp_Object, Lisp_Object *,
242 int *, int *, Lisp_Object)); 243 int *, int *, Lisp_Object));
243 extern Lisp_Object get_local_map P_ ((int, struct buffer *, Lisp_Object)); 244 extern Lisp_Object get_local_map P_ ((int, struct buffer *, Lisp_Object));
244 extern INTERVAL update_interval P_ ((INTERVAL, int)); 245 extern INTERVAL update_interval P_ ((INTERVAL, int));
265 extern Lisp_Object Qforeground, Qbackground, Qfont, Qunderline, Qstipple; 266 extern Lisp_Object Qforeground, Qbackground, Qfont, Qunderline, Qstipple;
266 extern Lisp_Object Qinvisible, Qintangible, Qread_only; 267 extern Lisp_Object Qinvisible, Qintangible, Qread_only;
267 268
268 extern Lisp_Object Vinhibit_point_motion_hooks; 269 extern Lisp_Object Vinhibit_point_motion_hooks;
269 extern Lisp_Object Vdefault_text_properties; 270 extern Lisp_Object Vdefault_text_properties;
271 extern Lisp_Object Vchar_property_alias_alist;
270 extern Lisp_Object Vtext_property_default_nonsticky; 272 extern Lisp_Object Vtext_property_default_nonsticky;
271 273
272 /* Sticky properties */ 274 /* Sticky properties */
273 extern Lisp_Object Qfront_sticky, Qrear_nonsticky; 275 extern Lisp_Object Qfront_sticky, Qrear_nonsticky;
274 276