diff options
| author | Richard M. Stallman | 1993-11-25 07:47:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-11-25 07:47:14 +0000 |
| commit | b5f37d3f7cf76ca5909d030ecdc10b15070cb544 (patch) | |
| tree | a087a0700d842718a5c9a5b9126762317fef4a8c /src | |
| parent | 84386599ec869e9b1265c3f52cd96e5a7342a531 (diff) | |
| download | emacs-b5f37d3f7cf76ca5909d030ecdc10b15070cb544.tar.gz emacs-b5f37d3f7cf76ca5909d030ecdc10b15070cb544.zip | |
(merge_properties_sticky): Declared.
Diffstat (limited to 'src')
| -rw-r--r-- | src/intervals.c | 2 |
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. */ |
| 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 | ||