diff options
| author | Miles Bader | 2002-03-14 08:09:59 +0000 |
|---|---|---|
| committer | Miles Bader | 2002-03-14 08:09:59 +0000 |
| commit | b210a64a6a3097f4ac3bac44734d869bdac9cb85 (patch) | |
| tree | 14e5be64bef151b43b012faee3fd2ea5807725d1 /src | |
| parent | 17230c90f3e10a12ba7e009f021d6d1df99019ab (diff) | |
| download | emacs-b210a64a6a3097f4ac3bac44734d869bdac9cb85.tar.gz emacs-b210a64a6a3097f4ac3bac44734d869bdac9cb85.zip | |
(text_property_stickiness): New declaration.
Diffstat (limited to 'src')
| -rw-r--r-- | src/intervals.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
| 1 | /* Definitions and global variables for intervals. | 1 | /* Definitions and global variables for intervals. |
| 2 | Copyright (C) 1993, 1994, 2000 Free Software Foundation, Inc. | 2 | Copyright (C) 1993, 1994, 2000, 2002 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| @@ -298,6 +298,7 @@ int add_text_properties_from_list P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); | |||
| 298 | void extend_property_ranges P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); | 298 | void extend_property_ranges P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); |
| 299 | Lisp_Object get_char_property_and_overlay P_ ((Lisp_Object, Lisp_Object, | 299 | Lisp_Object get_char_property_and_overlay P_ ((Lisp_Object, Lisp_Object, |
| 300 | Lisp_Object, Lisp_Object*)); | 300 | Lisp_Object, Lisp_Object*)); |
| 301 | extern int text_property_stickiness (Lisp_Object prop, Lisp_Object pos); | ||
| 301 | 302 | ||
| 302 | extern void syms_of_textprop (); | 303 | extern void syms_of_textprop (); |
| 303 | 304 | ||