diff options
author | Dave Love <fx@gnu.org> | 2002-07-17 19:54:19 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2002-07-17 19:54:19 +0000 |
commit | 3253229e91c78fd67071903148d02ca65468ad29 (patch) | |
tree | c9fd370a0fc18f502442b57f17470eebbd501913 /src/intervals.h | |
parent | a1d62c7293506a0c0a24785d846a5e9aafe55815 (diff) | |
download | emacs-3253229e91c78fd67071903148d02ca65468ad29.tar.gz |
(text_property_stickiness): Fix prototype.
Diffstat (limited to 'src/intervals.h')
-rw-r--r-- | src/intervals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intervals.h b/src/intervals.h index 22001d0ed40..d2511ae565c 100644 --- a/src/intervals.h +++ b/src/intervals.h @@ -300,7 +300,7 @@ int add_text_properties_from_list P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); void extend_property_ranges P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); Lisp_Object get_char_property_and_overlay P_ ((Lisp_Object, Lisp_Object, Lisp_Object, Lisp_Object*)); -extern int text_property_stickiness (Lisp_Object prop, Lisp_Object pos); +extern int text_property_stickiness P_ ((Lisp_Object prop, Lisp_Object pos)); extern void syms_of_textprop (); |