diff options
| author | Colin Walters | 2002-06-08 20:24:55 +0000 |
|---|---|---|
| committer | Colin Walters | 2002-06-08 20:24:55 +0000 |
| commit | 14112a3fb00a990a495ac9418519000e0d33223b (patch) | |
| tree | 7b7d00b05bd766b117090f6eb488a6c2b471696a | |
| parent | 49d110a8aa34409f7f52eaed4975892d241a7ce6 (diff) | |
| download | emacs-14112a3fb00a990a495ac9418519000e0d33223b.tar.gz emacs-14112a3fb00a990a495ac9418519000e0d33223b.zip | |
(lookup_char_property): Declare.
(Vchar_property_alias_alist): Declare.
| -rw-r--r-- | src/intervals.h | 2 |
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)); |
| 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)); |
| @@ -267,6 +268,7 @@ 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 */ |