changeset 43895:c246c4abd79e

(text_property_stickiness): New declaration.
author Miles Bader <miles@gnu.org>
date Thu, 14 Mar 2002 08:09:59 +0000
parents 890d94dc6535
children fccc867cca64
files src/intervals.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/intervals.h	Thu Mar 14 08:09:30 2002 +0000
+++ b/src/intervals.h	Thu Mar 14 08:09:59 2002 +0000
@@ -1,5 +1,5 @@
 /* Definitions and global variables for intervals.
-   Copyright (C) 1993, 1994, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1993, 1994, 2000, 2002 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -298,6 +298,7 @@
 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 void syms_of_textprop ();