aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/intervals.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intervals.c b/src/intervals.c
index 3c67f215aa6..3e970797ebe 100644
--- a/src/intervals.c
+++ b/src/intervals.c
@@ -49,6 +49,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
49 49
50/* Factor for weight-balancing interval trees. */ 50/* Factor for weight-balancing interval trees. */
51Lisp_Object interval_balance_threshold; 51Lisp_Object interval_balance_threshold;
52
53Lisp_Object merge_properties_sticky ();
52 54
53/* Utility functions for intervals. */ 55/* Utility functions for intervals. */
54 56