diff options
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h index afcdfcd9a02..ee0c8dd8361 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -698,7 +698,7 @@ struct buffer | |||
| 698 | bool_bf long_line_optimizations_p : 1; | 698 | bool_bf long_line_optimizations_p : 1; |
| 699 | 699 | ||
| 700 | /* The inveral tree containing this buffer's overlays. */ | 700 | /* The inveral tree containing this buffer's overlays. */ |
| 701 | struct interval_tree *overlays; | 701 | struct itree_tree *overlays; |
| 702 | 702 | ||
| 703 | /* Changes in the buffer are recorded here for undo, and t means | 703 | /* Changes in the buffer are recorded here for undo, and t means |
| 704 | don't record anything. This information belongs to the base | 704 | don't record anything. This information belongs to the base |