Mercurial > emacs
changeset 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 | c9e70e34b426 |
children | b9f2c8b7c60e |
files | src/intervals.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/intervals.h Sat Jun 08 20:24:35 2002 +0000 +++ b/src/intervals.h Sat Jun 08 20:24:55 2002 +0000 @@ -237,6 +237,7 @@ int, int)); extern INTERVAL copy_intervals P_ ((INTERVAL, int, int)); extern Lisp_Object textget P_ ((Lisp_Object, Lisp_Object)); +extern Lisp_Object lookup_char_property P_ ((Lisp_Object, Lisp_Object, int)); extern void move_if_not_intangible P_ ((int)); extern int get_property_and_range P_ ((int, Lisp_Object, Lisp_Object *, int *, int *, Lisp_Object)); @@ -267,6 +268,7 @@ extern Lisp_Object Vinhibit_point_motion_hooks; extern Lisp_Object Vdefault_text_properties; +extern Lisp_Object Vchar_property_alias_alist; extern Lisp_Object Vtext_property_default_nonsticky; /* Sticky properties */