diff options
| author | Stefan Monnier | 2011-10-25 21:18:13 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2011-10-25 21:18:13 -0400 |
| commit | 71d4c2a518e58b37f42c0d57e5c0507af5792133 (patch) | |
| tree | cf0242d1de6b844cbb28f0045f0386b26457eb2d /src | |
| parent | 60754666a5512445c13a7e11b66bb0394a96d5ea (diff) | |
| download | emacs-71d4c2a518e58b37f42c0d57e5c0507af5792133.tar.gz emacs-71d4c2a518e58b37f42c0d57e5c0507af5792133.zip | |
* lisp/progmodes/octave-*.el: Update maintainer.
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 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 | ||