diff options
| author | Po Lu | 2023-02-12 20:32:31 +0800 |
|---|---|---|
| committer | Po Lu | 2023-02-12 20:32:31 +0800 |
| commit | 19eb27d47787bd8a519a37a8e6080ed5b56435dc (patch) | |
| tree | 61669a450983bdaa356698b6f26958bebfa191ad /src/buffer.h | |
| parent | 0198b8cffd82893412c738dae8e50c45a99286f1 (diff) | |
| parent | 9510e8ad68271f58b4813478703a4b8eb1ba597b (diff) | |
| download | emacs-19eb27d47787bd8a519a37a8e6080ed5b56435dc.tar.gz emacs-19eb27d47787bd8a519a37a8e6080ed5b56435dc.zip | |
Merge remote-tracking branch 'origin/master' into feature/android
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 eb32d602ad6..e700297a264 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -690,7 +690,7 @@ struct buffer | |||
| 690 | display optimizations must be used. */ | 690 | display optimizations must be used. */ |
| 691 | bool_bf long_line_optimizations_p : 1; | 691 | bool_bf long_line_optimizations_p : 1; |
| 692 | 692 | ||
| 693 | /* The inveral tree containing this buffer's overlays. */ | 693 | /* The interval tree containing this buffer's overlays. */ |
| 694 | struct itree_tree *overlays; | 694 | struct itree_tree *overlays; |
| 695 | 695 | ||
| 696 | /* Changes in the buffer are recorded here for undo, and t means | 696 | /* Changes in the buffer are recorded here for undo, and t means |