]> git.eshelyaron.com Git - emacs.git/commitdiff
(merge_properties_sticky): Declared.
authorRichard M. Stallman <rms@gnu.org>
Thu, 25 Nov 1993 07:47:14 +0000 (07:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 25 Nov 1993 07:47:14 +0000 (07:47 +0000)
src/intervals.c

index 3c67f215aa638751c7419db4f8fcca66f13f6192..3e970797ebe00840d516508d6e5af426f38c0fd7 100644 (file)
@@ -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 ();
 \f
 /* Utility functions for intervals.  */