aboutsummaryrefslogtreecommitdiffstats
path: root/src/intervals.c
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2011-10-25 21:18:13 -0400
committerStefan Monnier <[email protected]>2011-10-25 21:18:13 -0400
commit71d4c2a518e58b37f42c0d57e5c0507af5792133 (patch)
treecf0242d1de6b844cbb28f0045f0386b26457eb2d /src/intervals.c
parent60754666a5512445c13a7e11b66bb0394a96d5ea (diff)
* lisp/progmodes/octave-*.el: Update maintainer.
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 2063655cdb..1f3f8cf793 100644
--- a/src/intervals.c
+++ b/src/intervals.c
@@ -1723,8 +1723,6 @@ graft_intervals_into_buffer (INTERVAL source, EMACS_INT position,
BUF_INTERVALS (buffer)->position = BEG;
BUF_INTERVALS (buffer)->up_obj = 1;
- /* Explicitly free the old tree here? */
-
return;
}