comparison src/intervals.c @ 5173:d48ba25b35bf

(merge_properties_sticky): Declared.
author Richard M. Stallman <rms@gnu.org>
date Thu, 25 Nov 1993 07:47:14 +0000
parents d040c1a8ccbe
children 63a865489a1e
comparison
equal deleted inserted replaced
5172:9aa201005b16 5173:d48ba25b35bf
47 /* The rest of the file is within this conditional. */ 47 /* The rest of the file is within this conditional. */
48 #ifdef USE_TEXT_PROPERTIES 48 #ifdef USE_TEXT_PROPERTIES
49 49
50 /* Factor for weight-balancing interval trees. */ 50 /* Factor for weight-balancing interval trees. */
51 Lisp_Object interval_balance_threshold; 51 Lisp_Object interval_balance_threshold;
52
53 Lisp_Object merge_properties_sticky ();
52 54
53 /* Utility functions for intervals. */ 55 /* Utility functions for intervals. */
54 56
55 57
56 /* Create the root interval of some object, a buffer or string. */ 58 /* Create the root interval of some object, a buffer or string. */