summaryrefslogtreecommitdiff
path: root/src/intervals.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-11-25 07:47:14 +0000
committerRichard M. Stallman <rms@gnu.org>1993-11-25 07:47:14 +0000
commitfe7fba3147275a49b07b6d3741096219c82cd99f (patch)
tree903a9b268c241face6e9c9c39b6924a388bec97a /src/intervals.c
parent185a644c183dc189c9f0e53b70641c902d318bc3 (diff)
downloademacs-fe7fba3147275a49b07b6d3741096219c82cd99f.tar.gz
(merge_properties_sticky): Declared.
Diffstat (limited to 'src/intervals.c')
-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. */
/* Factor for weight-balancing interval trees. */
Lisp_Object interval_balance_threshold;
+
+Lisp_Object merge_properties_sticky ();
/* Utility functions for intervals. */