aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Walters2002-06-08 20:24:55 +0000
committerColin Walters2002-06-08 20:24:55 +0000
commit14112a3fb00a990a495ac9418519000e0d33223b (patch)
tree7b7d00b05bd766b117090f6eb488a6c2b471696a
parent49d110a8aa34409f7f52eaed4975892d241a7ce6 (diff)
downloademacs-14112a3fb00a990a495ac9418519000e0d33223b.tar.gz
emacs-14112a3fb00a990a495ac9418519000e0d33223b.zip
(lookup_char_property): Declare.
(Vchar_property_alias_alist): Declare.
-rw-r--r--src/intervals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intervals.h b/src/intervals.h
index de7640dae99..22001d0ed40 100644
--- a/src/intervals.h
+++ b/src/intervals.h
@@ -237,6 +237,7 @@ extern INLINE void copy_intervals_to_string P_ ((Lisp_Object, struct buffer *,
237 int, int)); 237 int, int));
238extern INTERVAL copy_intervals P_ ((INTERVAL, int, int)); 238extern INTERVAL copy_intervals P_ ((INTERVAL, int, int));
239extern Lisp_Object textget P_ ((Lisp_Object, Lisp_Object)); 239extern Lisp_Object textget P_ ((Lisp_Object, Lisp_Object));
240extern Lisp_Object lookup_char_property P_ ((Lisp_Object, Lisp_Object, int));
240extern void move_if_not_intangible P_ ((int)); 241extern void move_if_not_intangible P_ ((int));
241extern int get_property_and_range P_ ((int, Lisp_Object, Lisp_Object *, 242extern int get_property_and_range P_ ((int, Lisp_Object, Lisp_Object *,
242 int *, int *, Lisp_Object)); 243 int *, int *, Lisp_Object));
@@ -267,6 +268,7 @@ extern Lisp_Object Qinvisible, Qintangible, Qread_only;
267 268
268extern Lisp_Object Vinhibit_point_motion_hooks; 269extern Lisp_Object Vinhibit_point_motion_hooks;
269extern Lisp_Object Vdefault_text_properties; 270extern Lisp_Object Vdefault_text_properties;
271extern Lisp_Object Vchar_property_alias_alist;
270extern Lisp_Object Vtext_property_default_nonsticky; 272extern Lisp_Object Vtext_property_default_nonsticky;
271 273
272/* Sticky properties */ 274/* Sticky properties */