diff options
| author | Paul Eggert | 2011-10-26 00:31:15 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-10-26 00:31:15 -0700 |
| commit | c03500e05a53e1717a7cd659bbe085014507eadd (patch) | |
| tree | 6bc3699c4adebb9d173578086756c1582f96e373 /src | |
| parent | 225a2cff910d3fbc2cca2cdef6d3eecfce9e74e5 (diff) | |
| parent | 71d4c2a518e58b37f42c0d57e5c0507af5792133 (diff) | |
| download | emacs-c03500e05a53e1717a7cd659bbe085014507eadd.tar.gz emacs-c03500e05a53e1717a7cd659bbe085014507eadd.zip | |
Merge from trunk.
Diffstat (limited to 'src')
| -rw-r--r-- | src/intervals.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/intervals.c b/src/intervals.c index dd511252b28..e8ff5bce5b6 100644 --- a/src/intervals.c +++ b/src/intervals.c | |||
| @@ -1723,8 +1723,6 @@ graft_intervals_into_buffer (INTERVAL source, ptrdiff_t position, | |||
| 1723 | BUF_INTERVALS (buffer)->position = BEG; | 1723 | BUF_INTERVALS (buffer)->position = BEG; |
| 1724 | BUF_INTERVALS (buffer)->up_obj = 1; | 1724 | BUF_INTERVALS (buffer)->up_obj = 1; |
| 1725 | 1725 | ||
| 1726 | /* Explicitly free the old tree here? */ | ||
| 1727 | |||
| 1728 | return; | 1726 | return; |
| 1729 | } | 1727 | } |
| 1730 | 1728 | ||