aboutsummaryrefslogtreecommitdiffstats
path: root/src/intervals.c
diff options
context:
space:
mode:
authorAlan Mackenzie2011-10-28 14:35:39 +0000
committerAlan Mackenzie2011-10-28 14:35:39 +0000
commit93b5b3bdc8b734132c530acd6ffae1196c0865bc (patch)
treeda8ed72a56bfbf65d6f3cd9bdc3fa5d123dc4873 /src/intervals.c
parent020716e178cdae443a3630c4307023cb3fc4c350 (diff)
parentbc97a826f8ea89a269f6043be3148930f023e2b2 (diff)
downloademacs-93b5b3bdc8b734132c530acd6ffae1196c0865bc.tar.gz
emacs-93b5b3bdc8b734132c530acd6ffae1196c0865bc.zip
Boring merge from savannah.
Diffstat (limited to 'src/intervals.c')
-rw-r--r--src/intervals.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/intervals.c b/src/intervals.c
index 2063655cdb9..1f3f8cf793e 100644
--- a/src/intervals.c
+++ b/src/intervals.c
@@ -1723,8 +1723,6 @@ graft_intervals_into_buffer (INTERVAL source, EMACS_INT 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