diff options
| author | Eli Zaretskii | 2013-03-28 20:13:59 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-03-28 20:13:59 +0200 |
| commit | d76bf86f438d4f5f9fe493ab76f02ffc78f3ae2e (patch) | |
| tree | 04fa8bc7bd2058a316a7ee30f8741d25bfd0b060 /src/intervals.h | |
| parent | 2ef26ceb192c7683754cf0b4aa3087f501254332 (diff) | |
| parent | e74aeda863cd6896e06e92586f87b45d63d67d15 (diff) | |
| download | emacs-d76bf86f438d4f5f9fe493ab76f02ffc78f3ae2e.tar.gz emacs-d76bf86f438d4f5f9fe493ab76f02ffc78f3ae2e.zip | |
Merge from trunk and resolve conflicts.
Diffstat (limited to 'src/intervals.h')
| -rw-r--r-- | src/intervals.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/intervals.h b/src/intervals.h index 2b30101d0fa..a38e83cf10e 100644 --- a/src/intervals.h +++ b/src/intervals.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Definitions and global variables for intervals. | 1 | /* Definitions and global variables for intervals. |
| 2 | Copyright (C) 1993-1994, 2000-2012 Free Software Foundation, Inc. | 2 | Copyright (C) 1993-1994, 2000-2013 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| @@ -259,7 +259,7 @@ extern Lisp_Object get_local_map (ptrdiff_t, struct buffer *, Lisp_Object); | |||
| 259 | extern INTERVAL update_interval (INTERVAL, ptrdiff_t); | 259 | extern INTERVAL update_interval (INTERVAL, ptrdiff_t); |
| 260 | extern void set_intervals_multibyte (bool); | 260 | extern void set_intervals_multibyte (bool); |
| 261 | extern INTERVAL validate_interval_range (Lisp_Object, Lisp_Object *, | 261 | extern INTERVAL validate_interval_range (Lisp_Object, Lisp_Object *, |
| 262 | Lisp_Object *, int); | 262 | Lisp_Object *, bool); |
| 263 | extern INTERVAL interval_of (ptrdiff_t, Lisp_Object); | 263 | extern INTERVAL interval_of (ptrdiff_t, Lisp_Object); |
| 264 | 264 | ||
| 265 | /* Defined in xdisp.c. */ | 265 | /* Defined in xdisp.c. */ |
| @@ -293,7 +293,7 @@ extern void set_text_properties_1 (Lisp_Object, Lisp_Object, | |||
| 293 | 293 | ||
| 294 | Lisp_Object text_property_list (Lisp_Object, Lisp_Object, Lisp_Object, | 294 | Lisp_Object text_property_list (Lisp_Object, Lisp_Object, Lisp_Object, |
| 295 | Lisp_Object); | 295 | Lisp_Object); |
| 296 | int add_text_properties_from_list (Lisp_Object, Lisp_Object, Lisp_Object); | 296 | void add_text_properties_from_list (Lisp_Object, Lisp_Object, Lisp_Object); |
| 297 | Lisp_Object extend_property_ranges (Lisp_Object, Lisp_Object); | 297 | Lisp_Object extend_property_ranges (Lisp_Object, Lisp_Object); |
| 298 | Lisp_Object get_char_property_and_overlay (Lisp_Object, Lisp_Object, | 298 | Lisp_Object get_char_property_and_overlay (Lisp_Object, Lisp_Object, |
| 299 | Lisp_Object, Lisp_Object*); | 299 | Lisp_Object, Lisp_Object*); |