mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-11 22:11:21 -08:00
* intervals.c (interval_start_pos): Now static.
This commit is contained in:
parent
235d7abc8e
commit
fc7bf02501
2 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2011-03-18 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* intervals.c (interval_start_pos): Now static.
|
||||
|
||||
* intervals.h (CHECK_TOTAL_LENGTH): Avoid empty "else".
|
||||
|
||||
* atimer.c (start_atimer, append_atimer_lists, set_alarm): Rename
|
||||
|
|
|
|||
|
|
@ -586,7 +586,7 @@ split_interval_left (INTERVAL interval, EMACS_INT offset)
|
|||
Don't use this function on an interval which is the child
|
||||
of another interval! */
|
||||
|
||||
int
|
||||
static int
|
||||
interval_start_pos (INTERVAL source)
|
||||
{
|
||||
Lisp_Object parent;
|
||||
|
|
@ -2559,4 +2559,3 @@ set_intervals_multibyte (int multi_flag)
|
|||
set_intervals_multibyte_1 (BUF_INTERVALS (current_buffer), multi_flag,
|
||||
BEG, BEG_BYTE, Z, Z_BYTE);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue