From: Miles Bader Date: Thu, 14 Mar 2002 08:09:59 +0000 (+0000) Subject: (text_property_stickiness): New declaration. X-Git-Tag: ttn-vms-21-2-B4~16184 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b210a64a6a3097f4ac3bac44734d869bdac9cb85;p=emacs.git (text_property_stickiness): New declaration. --- diff --git a/src/intervals.h b/src/intervals.h index 338d7989f36..de7640dae99 100644 --- a/src/intervals.h +++ b/src/intervals.h @@ -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 @@ 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 void syms_of_textprop ();